#C9BBFB

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

Shades of Lavender Blue #C9BBFB

Tints of Lavender Blue #C9BBFB

Color information

#C9BBFB (or 0xC9BBFB) is unknown color: approx Lavender Blue. HEX triplet: C9, BB and FB. RGB value is (201,187,251). Sum of RGB (Red+Green+Blue) = 201+187+251=639 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.46% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBFB is #364404. Grayscale: #C6C6C6. Windows color (decimal): -3556357 or 16497609. OLE color: 16497609.

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

Color convert

RGB201187251-
CMYK0.200.2500.02
HSL253.12º88.89%85.88%-
HSV(B)253.12º25.5%98.43%-
XYZ59.2754.9298.74-
YUV198.48157.64129.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.46%
GREEN value IS 187 (73.44% from 255) = 29.26%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=31.46%
G=29.26%
B=39.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011872510.200.2500.02253.1288.8985.88
HexC9BBFB141902fd5956
Octal311273373243102375131126
Binary11001001101110111111101110100110010101111110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBFB; }

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

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

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

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

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

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

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

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