#B9B5DC

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

Shades of Lavender Grey #B9B5DC

Tints of Lavender Grey #B9B5DC

Color information

#B9B5DC (or 0xB9B5DC) is unknown color: approx Lavender Grey. HEX triplet: B9, B5 and DC. RGB value is (185,181,220). Sum of RGB (Red+Green+Blue) = 185+181+220=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B5DC is #464A23. Grayscale: #BABABA. Windows color (decimal): -4606500 or 14464441. OLE color: 14464441.

HSL color Cylindrical-coordinate representation of color #B9B5DC: hue angle of 246.15º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9B5DC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185181220-
CMYK0.160.1800.14
HSL246.15º35.78%78.63%-
HSV(B)246.15º17.73%86.27%-
XYZ49.4548.5374.47-
YUV186.64146.83126.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.57%
GREEN value IS 181 (71.09% from 255) = 30.89%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=31.57%
G=30.89%
B=37.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851812200.160.1800.14246.1535.7878.63
HexB9B5DC10120Ef6244f
Octal271265334202201636644117
Binary101110011011010111011100100001001001110111101101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B5DC; }

 p { color: rgb(185,181,220); }

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

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

 a { background-color: rgb(185,181,220); }

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

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

 span { border-color: rgb(185,181,220); }

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