#B5B4DC

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

Shades of Lavender Grey #B5B4DC

Tints of Lavender Grey #B5B4DC

Color information

#B5B4DC (or 0xB5B4DC) is unknown color: approx Lavender Grey. HEX triplet: B5, B4 and DC. RGB value is (181,180,220). Sum of RGB (Red+Green+Blue) = 181+180+220=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5B4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B4DC is #4A4B23. Grayscale: #B8B8B8. Windows color (decimal): -4868900 or 14464181. OLE color: 14464181.

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

Color convert

RGB181180220-
CMYK0.180.1800.14
HSL241.5º36.36%78.43%-
HSV(B)241.5º18.18%86.27%-
XYZ48.347.6374.36-
YUV184.86147.83125.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.15%
GREEN value IS 180 (70.70% from 255) = 30.98%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=31.15%
G=30.98%
B=37.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811802200.180.1800.14241.536.3678.43
HexB5B4DC12120Ef2244e
Octal265264334222201636244116
Binary101101011011010011011100100101001001110111100101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B4DC; }

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

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

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

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

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

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

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

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