#C9BBFA

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

Shades of Lavender Blue #C9BBFA

Tints of Lavender Blue #C9BBFA

Color information

#C9BBFA (or 0xC9BBFA) is unknown color: approx Lavender Blue. HEX triplet: C9, BB and FA. RGB value is (201,187,250). Sum of RGB (Red+Green+Blue) = 201+187+250=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BBFA is #364405. Grayscale: #C6C6C6. Windows color (decimal): -3556358 or 16432073. OLE color: 16432073.

HSL color Cylindrical-coordinate representation of color #C9BBFA: hue angle of 253.33º degrees, saturation: 0.86, 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 #C9BBFA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201187250-
CMYK0.200.2500.02
HSL253.33º86.3%85.69%-
HSV(B)253.33º25.2%98.04%-
XYZ59.1154.8697.92-
YUV198.37157.14129.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.50%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=31.50%
G=29.31%
B=39.18%

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
Decimal2011872500.200.2500.02253.3386.385.69
HexC9BBFA141902fd5656
Octal311273372243102375126126
Binary11001001101110111111101010100110010101111110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBFA; }

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

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

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

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

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

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

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

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