#B5B9DC

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

Shades of Lavender Grey #B5B9DC

Tints of Lavender Grey #B5B9DC

Color information

#B5B9DC (or 0xB5B9DC) is unknown color: approx Lavender Grey. HEX triplet: B5, B9 and DC. RGB value is (181,185,220). Sum of RGB (Red+Green+Blue) = 181+185+220=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 185 (72.66% from 255 or 31.57% 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 #B5B9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B9DC is #4A4623. Grayscale: #BBBBBB. Windows color (decimal): -4867620 or 14465461. OLE color: 14465461.

HSL color Cylindrical-coordinate representation of color #B5B9DC: hue angle of 233.85º 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 #B5B9DC is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181185220-
CMYK0.180.1600.14
HSL233.85º35.78%78.63%-
HSV(B)233.85º17.73%86.27%-
XYZ49.3249.6974.7-
YUV187.79146.17123.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811852200.180.1600.14233.8535.7878.63
HexB5B9DC12100Eea244f
Octal265271334222001635244117
Binary101101011011100111011100100101000001110111010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B9DC; }

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

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

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

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

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

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

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

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