#C9BBFC

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

Shades of Lavender Blue #C9BBFC

Tints of Lavender Blue #C9BBFC

Color information

#C9BBFC (or 0xC9BBFC) is unknown color: approx Lavender Blue. HEX triplet: C9, BB and FC. RGB value is (201,187,252). Sum of RGB (Red+Green+Blue) = 201+187+252=640 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.41% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9BBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBFC is #364403. Grayscale: #C6C6C6. Windows color (decimal): -3556356 or 16563145. OLE color: 16563145.

HSL color Cylindrical-coordinate representation of color #C9BBFC: hue angle of 252.92º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9BBFC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201187252-
CMYK0.200.2600.01
HSL252.92º91.55%86.08%-
HSV(B)252.92º25.79%98.82%-
XYZ59.4354.9999.58-
YUV198.6158.14129.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.41%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=31.41%
G=29.22%
B=39.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2011872520.200.2600.01252.9291.5586.08
HexC9BBFC141A01fd5c56
Octal311273374243201375134126
Binary1100100110111011111111001010011010011111110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBFC; }

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

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

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

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

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

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

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

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