#C4BBFF

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

Shades of Lavender Blue #C4BBFF

Tints of Lavender Blue #C4BBFF

Color information

#C4BBFF (or 0xC4BBFF) is unknown color: approx Lavender Blue. HEX triplet: C4, BB and FF. RGB value is (196,187,255). Sum of RGB (Red+Green+Blue) = 196+187+255=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBFF is #3B4400. Grayscale: #C5C5C5. Windows color (decimal): -3884033 or 16759748. OLE color: 16759748.

HSL color Cylindrical-coordinate representation of color #C4BBFF: hue angle of 247.94º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4BBFF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB196187255-
CMYK0.230.2700
HSL247.94º100%86.67%-
HSV(B)247.94º26.67%100%-
XYZ58.5954.5102.04-
YUV197.44160.48126.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.72%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 255 (100% from 255) = 39.97%
R=30.72%
G=29.31%
B=39.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961872550.230.2700247.9410086.67
HexC4BBFF171B00f86457
Octal304273377273300370144127
Binary1100010010111011111111111011111011001111100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBFF; }

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

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

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

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

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

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

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

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