#B5B7DD

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

Shades of Lavender Grey #B5B7DD

Tints of Lavender Grey #B5B7DD

Color information

#B5B7DD (or 0xB5B7DD) is unknown color: approx Lavender Grey. HEX triplet: B5, B7 and DD. RGB value is (181,183,221). Sum of RGB (Red+Green+Blue) = 181+183+221=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5B7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B7DD is #4A4822. Grayscale: #BABABA. Windows color (decimal): -4868131 or 14530485. OLE color: 14530485.

HSL color Cylindrical-coordinate representation of color #B5B7DD: hue angle of 237º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5B7DD is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181183221-
CMYK0.180.1700.13
HSL237º37.04%78.82%-
HSV(B)237º18.1%86.67%-
XYZ49.0448.9175.26-
YUV186.73147.34123.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.94%
GREEN value IS 183 (71.88% from 255) = 31.28%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=30.94%
G=31.28%
B=37.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811832210.180.1700.1323737.0478.82
HexB5B7DD12110Ded254f
Octal265267335222101535545117
Binary101101011011011111011101100101000101101111011011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B7DD; }

 p { color: rgb(181,183,221); }

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

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

 a { background-color: rgb(181,183,221); }

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

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

 span { border-color: rgb(181,183,221); }

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