#B5B4DD

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

Shades of Lavender Grey #B5B4DD

Tints of Lavender Grey #B5B4DD

Color information

#B5B4DD (or 0xB5B4DD) is unknown color: approx Lavender Grey. HEX triplet: B5, B4 and DD. RGB value is (181,180,221). Sum of RGB (Red+Green+Blue) = 181+180+221=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5B4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B4DD is #4A4B22. Grayscale: #B8B8B8. Windows color (decimal): -4868899 or 14529717. OLE color: 14529717.

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

Color convert

RGB181180221-
CMYK0.180.1900.13
HSL241.46º37.61%78.63%-
HSV(B)241.46º18.55%86.67%-
XYZ48.4347.6975.06-
YUV184.97148.33125.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.10%
GREEN value IS 180 (70.70% from 255) = 30.93%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=31.10%
G=30.93%
B=37.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811802210.180.1900.13241.4637.6178.63
HexB5B4DD12130Df1264f
Octal265264335222301536146117
Binary101101011011010011011101100101001101101111100011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B4DD; }

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

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

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

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

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

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

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

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