#B5B6DC

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

Shades of Lavender Grey #B5B6DC

Tints of Lavender Grey #B5B6DC

Color information

#B5B6DC (or 0xB5B6DC) is unknown color: approx Lavender Grey. HEX triplet: B5, B6 and DC. RGB value is (181,182,220). Sum of RGB (Red+Green+Blue) = 181+182+220=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5B6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B6DC is #4A4923. Grayscale: #B9B9B9. Windows color (decimal): -4868388 or 14464693. OLE color: 14464693.

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

Color convert

RGB181182220-
CMYK0.180.1700.14
HSL238.46º35.78%78.63%-
HSV(B)238.46º17.73%86.27%-
XYZ48.748.4574.49-
YUV186.03147.17124.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 182 (71.48% from 255) = 31.22%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=31.05%
G=31.22%
B=37.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811822200.180.1700.14238.4635.7878.63
HexB5B6DC12110Eee244f
Octal265266334222101635644117
Binary101101011011011011011100100101000101110111011101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B6DC; }

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

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

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

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

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

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

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

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