#C9B6FF

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

Shades of Lavender Blue #C9B6FF

Tints of Lavender Blue #C9B6FF

Color information

#C9B6FF (or 0xC9B6FF) is unknown color: approx Lavender Blue. HEX triplet: C9, B6 and FF. RGB value is (201,182,255). Sum of RGB (Red+Green+Blue) = 201+182+255=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B6FF is #364900. Grayscale: #C3C3C3. Windows color (decimal): -3557633 or 16758473. OLE color: 16758473.

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

Color convert

RGB201182255-
CMYK0.210.2900
HSL255.62º100%85.69%-
HSV(B)255.62º28.63%100%-
XYZ58.8753.09101.75-
YUV196161.29131.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.50%
GREEN value IS 182 (71.48% from 255) = 28.53%
BLUE value IS 255 (100% from 255) = 39.97%
R=31.50%
G=28.53%
B=39.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011822550.210.2900255.6210085.69
HexC9B6FF151D001006456
Octal311266377253500400144126
Binary11001001101101101111111110101111010010000000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B6FF; }

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

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

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

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

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

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

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

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