#B5B4D8

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

Shades of Lavender Grey #B5B4D8

Tints of Lavender Grey #B5B4D8

Color information

#B5B4D8 (or 0xB5B4D8) is unknown color: approx Lavender Grey. HEX triplet: B5, B4 and D8. RGB value is (181,180,216). Sum of RGB (Red+Green+Blue) = 181+180+216=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5B4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B4D8 is #4A4B27. Grayscale: #B8B8B8. Windows color (decimal): -4868904 or 14202037. OLE color: 14202037.

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

Color convert

RGB181180216-
CMYK0.160.1700.15
HSL241.67º31.58%77.65%-
HSV(B)241.67º16.67%84.71%-
XYZ47.7747.4271.6-
YUV184.4145.83125.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 216 (84.77% from 255) = 37.44%
R=31.37%
G=31.20%
B=37.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811802160.160.1700.15241.6731.5877.65
HexB5B4D810110Ff2204e
Octal265264330202101736240116
Binary101101011011010011011000100001000101111111100101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B4D8; }

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

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

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

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

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

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

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

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