#C9BBF9

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

Shades of Lavender Blue #C9BBF9

Tints of Lavender Blue #C9BBF9

Color information

#C9BBF9 (or 0xC9BBF9) is unknown color: approx Lavender Blue. HEX triplet: C9, BB and F9. RGB value is (201,187,249). Sum of RGB (Red+Green+Blue) = 201+187+249=637 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.55% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9BBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBF9 is #364406. Grayscale: #C6C6C6. Windows color (decimal): -3556359 or 16366537. OLE color: 16366537.

HSL color Cylindrical-coordinate representation of color #C9BBF9: hue angle of 253.55º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9BBF9 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201187249-
CMYK0.190.2500.02
HSL253.55º83.78%85.49%-
HSV(B)253.55º24.9%97.65%-
XYZ58.9654.897.09-
YUV198.25156.64129.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.55%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=31.55%
G=29.36%
B=39.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011872490.190.2500.02253.5583.7885.49
HexC9BBF9131902fe5455
Octal311273371233102376124125
Binary11001001101110111111100110011110010101111111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBF9; }

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

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

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

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

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

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

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

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