#B5B0D8

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

Shades of Lavender Grey #B5B0D8

Tints of Lavender Grey #B5B0D8

Color information

#B5B0D8 (or 0xB5B0D8) is unknown color: approx Lavender Grey. HEX triplet: B5, B0 and D8. RGB value is (181,176,216). Sum of RGB (Red+Green+Blue) = 181+176+216=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5B0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B0D8 is #4A4F27. Grayscale: #B5B5B5. Windows color (decimal): -4869928 or 14201013. OLE color: 14201013.

HSL color Cylindrical-coordinate representation of color #B5B0D8: hue angle of 247.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5B0D8 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181176216-
CMYK0.160.1900.15
HSL247.5º33.9%76.86%-
HSV(B)247.5º18.52%84.71%-
XYZ46.9845.8371.34-
YUV182.05147.16127.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 216 (84.77% from 255) = 37.70%
R=31.59%
G=30.72%
B=37.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811762160.160.1900.15247.533.976.86
HexB5B0D810130Ff8224d
Octal265260330202301737042115
Binary101101011011000011011000100001001101111111110001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B0D8; }

 p { color: rgb(181,176,216); }

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

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

 a { background-color: rgb(181,176,216); }

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

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

 span { border-color: rgb(181,176,216); }

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