#C4BBFD

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

Shades of Lavender Blue #C4BBFD

Tints of Lavender Blue #C4BBFD

Color information

#C4BBFD (or 0xC4BBFD) is unknown color: approx Lavender Blue. HEX triplet: C4, BB and FD. RGB value is (196,187,253). Sum of RGB (Red+Green+Blue) = 196+187+253=636 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.82% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4BBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBFD is #3B4402. Grayscale: #C4C4C4. Windows color (decimal): -3884035 or 16628676. OLE color: 16628676.

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

Color convert

RGB196187253-
CMYK0.230.2600.01
HSL248.18º94.29%86.27%-
HSV(B)248.18º26.09%99.22%-
XYZ58.2654.37100.35-
YUV197.22159.48127.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.82%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=30.82%
G=29.40%
B=39.78%

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
Decimal1961872530.230.2600.01248.1894.2986.27
HexC4BBFD171A01f85e56
Octal304273375273201370136126
Binary1100010010111011111111011011111010011111100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBFD; }

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

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

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

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

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

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

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

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