#B5B6DB

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

Shades of Lavender Grey #B5B6DB

Tints of Lavender Grey #B5B6DB

Color information

#B5B6DB (or 0xB5B6DB) is unknown color: approx Lavender Grey. HEX triplet: B5, B6 and DB. RGB value is (181,182,219). Sum of RGB (Red+Green+Blue) = 181+182+219=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5B6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B6DB is #4A4924. Grayscale: #B9B9B9. Windows color (decimal): -4868389 or 14399157. OLE color: 14399157.

HSL color Cylindrical-coordinate representation of color #B5B6DB: hue angle of 238.42º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5B6DB is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181182219-
CMYK0.170.1700.14
HSL238.42º34.55%78.43%-
HSV(B)238.42º17.35%85.88%-
XYZ48.5748.3973.8-
YUV185.92146.67124.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.10%
GREEN value IS 182 (71.48% from 255) = 31.27%
BLUE value IS 219 (85.94% from 255) = 37.63%
R=31.10%
G=31.27%
B=37.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811822190.170.1700.14238.4234.5578.43
HexB5B6DB11110Eee234e
Octal265266333212101635643116
Binary101101011011011011011011100011000101110111011101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B6DB; }

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

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

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

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

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

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

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

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