#C4BCFC

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

Shades of Lavender Blue #C4BCFC

Tints of Lavender Blue #C4BCFC

Color information

#C4BCFC (or 0xC4BCFC) is unknown color: approx Lavender Blue. HEX triplet: C4, BC and FC. RGB value is (196,188,252). Sum of RGB (Red+Green+Blue) = 196+188+252=636 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.82% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCFC is #3B4303. Grayscale: #C5C5C5. Windows color (decimal): -3883780 or 16563396. OLE color: 16563396.

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

Color convert

RGB196188252-
CMYK0.220.2500.01
HSL247.5º91.43%86.27%-
HSV(B)247.5º25.4%98.82%-
XYZ58.3254.7399.59-
YUV197.69158.65126.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.82%
GREEN value IS 188 (73.83% from 255) = 29.56%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=30.82%
G=29.56%
B=39.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961882520.220.2500.01247.591.4386.27
HexC4BCFC161901f85b56
Octal304274374263101370133126
Binary1100010010111100111111001011011001011111100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCFC; }

 p { color: rgb(196,188,252); }

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

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

 a { background-color: rgb(196,188,252); }

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

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

 span { border-color: rgb(196,188,252); }

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