#C9BBFE

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

Shades of Lavender Blue #C9BBFE

Tints of Lavender Blue #C9BBFE

Color information

#C9BBFE (or 0xC9BBFE) is unknown color: approx Lavender Blue. HEX triplet: C9, BB and FE. RGB value is (201,187,254). Sum of RGB (Red+Green+Blue) = 201+187+254=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBFE is #364401. Grayscale: #C6C6C6. Windows color (decimal): -3556354 or 16694217. OLE color: 16694217.

HSL color Cylindrical-coordinate representation of color #C9BBFE: hue angle of 252.54º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9BBFE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201187254-
CMYK0.210.2600.00
HSL252.54º97.1%86.47%-
HSV(B)252.54º26.38%99.61%-
XYZ59.7555.11101.25-
YUV198.82159.14129.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.31%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 254 (99.61% from 255) = 39.56%
R=31.31%
G=29.13%
B=39.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011872540.210.2600.00252.5497.186.47
HexC9BBFE151A00fd6156
Octal311273376253200375141126
Binary1100100110111011111111101010111010001111110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBFE; }

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

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

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

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

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

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

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

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