#C9BAFF

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

Shades of Lavender Blue #C9BAFF

Tints of Lavender Blue #C9BAFF

Color information

#C9BAFF (or 0xC9BAFF) is unknown color: approx Lavender Blue. HEX triplet: C9, BA and FF. RGB value is (201,186,255). Sum of RGB (Red+Green+Blue) = 201+186+255=642 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.31% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BAFF is #364500. Grayscale: #C6C6C6. Windows color (decimal): -3556609 or 16759497. OLE color: 16759497.

HSL color Cylindrical-coordinate representation of color #C9BAFF: hue angle of 253.04º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9BAFF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB201186255-
CMYK0.210.2700
HSL253.04º100%86.47%-
HSV(B)253.04º27.06%100%-
XYZ59.754.76102.03-
YUV198.35159.97129.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.31%
GREEN value IS 186 (73.05% from 255) = 28.97%
BLUE value IS 255 (100% from 255) = 39.72%
R=31.31%
G=28.97%
B=39.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011862550.210.2700253.0410086.47
HexC9BAFF151B00fd6456
Octal311272377253300375144126
Binary1100100110111010111111111010111011001111110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BAFF; }

 p { color: rgb(201,186,255); }

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

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

 a { background-color: rgb(201,186,255); }

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

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

 span { border-color: rgb(201,186,255); }

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