#C9BBF8

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

Shades of Lavender Blue #C9BBF8

Tints of Lavender Blue #C9BBF8

Color information

#C9BBF8 (or 0xC9BBF8) is unknown color: approx Lavender Blue. HEX triplet: C9, BB and F8. RGB value is (201,187,248). Sum of RGB (Red+Green+Blue) = 201+187+248=636 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.60% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 248 (97.27% from 255 or 38.99% from 636); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9BBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBF8 is #364407. Grayscale: #C5C5C5. Windows color (decimal): -3556360 or 16301001. OLE color: 16301001.

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

Color convert

RGB201187248-
CMYK0.190.2500.03
HSL253.77º81.33%85.29%-
HSV(B)253.77º24.6%97.25%-
XYZ58.854.7496.27-
YUV198.14156.14130.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.60%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 248 (97.27% from 255) = 38.99%
R=31.60%
G=29.40%
B=38.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2011872480.190.2500.03253.7781.3385.29
HexC9BBF8131903fe5155
Octal311273370233103376121125
Binary11001001101110111111100010011110010111111111010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBF8; }

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

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

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

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

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

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

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

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