#C3BBFC

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

Shades of Lavender Blue #C3BBFC

Tints of Lavender Blue #C3BBFC

Color information

#C3BBFC (or 0xC3BBFC) is unknown color: approx Lavender Blue. HEX triplet: C3, BB and FC. RGB value is (195,187,252). Sum of RGB (Red+Green+Blue) = 195+187+252=634 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.76% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBFC is #3C4403. Grayscale: #C4C4C4. Windows color (decimal): -3949572 or 16563139. OLE color: 16563139.

HSL color Cylindrical-coordinate representation of color #C3BBFC: hue angle of 247.38º degrees, saturation: 0.92, 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 #C3BBFC is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195187252-
CMYK0.230.2600.01
HSL247.38º91.55%86.08%-
HSV(B)247.38º25.79%98.82%-
XYZ57.8554.1799.5-
YUV196.8159.15126.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.76%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=30.76%
G=29.50%
B=39.75%

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
Decimal1951872520.230.2600.01247.3891.5586.08
HexC3BBFC171A01f75c56
Octal303273374273201367134126
Binary1100001110111011111111001011111010011111011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BBFC; }

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

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

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

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

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

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

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

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