#B9B6E5

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

Shades of Lavender Grey #B9B6E5

Tints of Lavender Grey #B9B6E5

Color information

#B9B6E5 (or 0xB9B6E5) is unknown color: approx Lavender Grey. HEX triplet: B9, B6 and E5. RGB value is (185,182,229). Sum of RGB (Red+Green+Blue) = 185+182+229=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9B6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B6E5 is #46491A. Grayscale: #BCBCBC. Windows color (decimal): -4606235 or 15054521. OLE color: 15054521.

HSL color Cylindrical-coordinate representation of color #B9B6E5: hue angle of 243.83º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9B6E5 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB185182229-
CMYK0.190.2100.10
HSL243.83º47.47%80.59%-
HSV(B)243.83º20.52%89.8%-
XYZ50.8849.4380.99-
YUV188.26150.99125.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.04%
GREEN value IS 182 (71.48% from 255) = 30.54%
BLUE value IS 229 (89.84% from 255) = 38.42%
R=31.04%
G=30.54%
B=38.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1851822290.190.2100.10243.8347.4780.59
HexB9B6E513150Af42f51
Octal271266345232501236457121
Binary101110011011011011100101100111010101010111101001011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B6E5; }

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

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

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

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

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

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

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

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