#C9BBFF

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

Shades of Lavender Blue #C9BBFF

Tints of Lavender Blue #C9BBFF

Color information

#C9BBFF (or 0xC9BBFF) is unknown color: approx Lavender Blue. HEX triplet: C9, BB and FF. RGB value is (201,187,255). Sum of RGB (Red+Green+Blue) = 201+187+255=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBFF is #364400. Grayscale: #C6C6C6. Windows color (decimal): -3556353 or 16759753. OLE color: 16759753.

HSL color Cylindrical-coordinate representation of color #C9BBFF: hue angle of 252.35º 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 #C9BBFF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB201187255-
CMYK0.210.2700
HSL252.35º100%86.67%-
HSV(B)252.35º26.67%100%-
XYZ59.9155.18102.1-
YUV198.94159.64129.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.26%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 255 (100% from 255) = 39.66%
R=31.26%
G=29.08%
B=39.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011872550.210.2700252.3510086.67
HexC9BBFF151B00fc6457
Octal311273377253300374144127
Binary1100100110111011111111111010111011001111110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBFF; }

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

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

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

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

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

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

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

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