#C3BDF5

Color #C3BDF5 Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #C3BDF5

Tints of Lavender Blue #C3BDF5

Color information

#C3BDF5 (or 0xC3BDF5) is unknown color: approx Lavender Blue. HEX triplet: C3, BD and F5. RGB value is (195,189,245). Sum of RGB (Red+Green+Blue) = 195+189+245=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 245 (96.09% from 255 or 38.95% from 629); Max value from RGB is 245 - color contains mainly: blue. Hex color #C3BDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDF5 is #3C420A. Grayscale: #C4C4C4. Windows color (decimal): -3949067 or 16104899. OLE color: 16104899.

HSL color Cylindrical-coordinate representation of color #C3BDF5: hue angle of 246.43º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3BDF5 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB195189245-
CMYK0.200.2300.04
HSL246.43º73.68%85.1%-
HSV(B)246.43º22.86%96.08%-
XYZ57.1854.5993.91-
YUV197.18154.99126.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 31.00%
GREEN value IS 189 (74.22% from 255) = 30.05%
BLUE value IS 245 (96.09% from 255) = 38.95%
R=31.00%
G=30.05%
B=38.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1951892450.200.2300.04246.4373.6885.1
HexC3BDF5141704f64a55
Octal303275365242704366112125
Binary110000111011110111110101101001011101001111011010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDF5; }

 p { color: rgb(195,189,245); }

 H1.HeaderClassName
 {
   color: #C3BDF5;
 }
 .AnyTagClassName
 {
   color: #C3BDF5;
 }
</style>
background-color css

<style>
 a { background-color: #C3BDF5; }

 a { background-color: rgb(195,189,245); }

 div.DivClassName
 {
   background-color: #C3BDF5;
 }
 .BgClassName
 {
   background-color: #C3BDF5;
 }
</style>
border-color css

<style>
 span { border-color: #C3BDF5; }

 span { border-color: rgb(195,189,245); }

 td.TdClassName
 {
   border-color: #C3BDF5;
 }
 .TagClassName
 {
   border-color: #C3BDF5;
 }
</style>