#B9B6EE

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

Shades of Lavender Grey #B9B6EE

Tints of Lavender Grey #B9B6EE

Color information

#B9B6EE (or 0xB9B6EE) is unknown color: approx Lavender Grey. HEX triplet: B9, B6 and EE. RGB value is (185,182,238). Sum of RGB (Red+Green+Blue) = 185+182+238=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9B6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B6EE is #464911. Grayscale: #BDBDBD. Windows color (decimal): -4606226 or 15644345. OLE color: 15644345.

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

Color convert

RGB185182238-
CMYK0.220.2400.07
HSL243.21º62.22%82.35%-
HSV(B)243.21º23.53%93.33%-
XYZ52.1749.9487.78-
YUV189.28155.49124.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=30.58%
G=30.08%
B=39.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851822380.220.2400.07243.2162.2282.35
HexB9B6EE161807f33e52
Octal27126635626300736376122
Binary10111001101101101110111010110110000111111100111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B6EE; }

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

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

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

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

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

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

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

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