#C3BBFD

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

Shades of Lavender Blue #C3BBFD

Tints of Lavender Blue #C3BBFD

Color information

#C3BBFD (or 0xC3BBFD) is unknown color: approx Lavender Blue. HEX triplet: C3, BB and FD. RGB value is (195,187,253). Sum of RGB (Red+Green+Blue) = 195+187+253=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBFD is #3C4402. Grayscale: #C4C4C4. Windows color (decimal): -3949571 or 16628675. OLE color: 16628675.

HSL color Cylindrical-coordinate representation of color #C3BBFD: hue angle of 247.27º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3BBFD is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195187253-
CMYK0.230.2600.01
HSL247.27º94.29%86.27%-
HSV(B)247.27º26.09%99.22%-
XYZ58.0154.23100.34-
YUV196.92159.65126.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.71%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=30.71%
G=29.45%
B=39.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951872530.230.2600.01247.2794.2986.27
HexC3BBFD171A01f75e56
Octal303273375273201367136126
Binary1100001110111011111111011011111010011111011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBFD; }

 p { color: rgb(195,187,253); }

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

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

 a { background-color: rgb(195,187,253); }

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

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

 span { border-color: rgb(195,187,253); }

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