#B9B6EC

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

Shades of Lavender Grey #B9B6EC

Tints of Lavender Grey #B9B6EC

Color information

#B9B6EC (or 0xB9B6EC) is unknown color: approx Lavender Grey. HEX triplet: B9, B6 and EC. RGB value is (185,182,236). Sum of RGB (Red+Green+Blue) = 185+182+236=603 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.68% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B6EC is #464913. Grayscale: #BCBCBC. Windows color (decimal): -4606228 or 15513273. OLE color: 15513273.

HSL color Cylindrical-coordinate representation of color #B9B6EC: hue angle of 243.33º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9B6EC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185182236-
CMYK0.220.2300.07
HSL243.33º58.7%81.96%-
HSV(B)243.33º22.88%92.55%-
XYZ51.8849.8386.24-
YUV189.05154.49125.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.68%
GREEN value IS 182 (71.48% from 255) = 30.18%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=30.68%
G=30.18%
B=39.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851822360.220.2300.07243.3358.781.96
HexB9B6EC161707f33b52
Octal27126635426270736373122
Binary10111001101101101110110010110101110111111100111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B6EC; }

 p { color: rgb(185,182,236); }

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

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

 a { background-color: rgb(185,182,236); }

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

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

 span { border-color: rgb(185,182,236); }

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