#B5AED9

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

Shades of Lavender Grey #B5AED9

Tints of Lavender Grey #B5AED9

Color information

#B5AED9 (or 0xB5AED9) is unknown color: approx Lavender Grey. HEX triplet: B5, AE and D9. RGB value is (181,174,217). Sum of RGB (Red+Green+Blue) = 181+174+217=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #B5AED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AED9 is #4A5126. Grayscale: #B4B4B4. Windows color (decimal): -4870439 or 14266037. OLE color: 14266037.

HSL color Cylindrical-coordinate representation of color #B5AED9: hue angle of 249.77º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5AED9 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181174217-
CMYK0.170.2000.15
HSL249.77º36.13%76.67%-
HSV(B)249.77º19.82%85.1%-
XYZ46.7245.1171.89-
YUV181148.32128-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 217 (85.16% from 255) = 37.94%
R=31.64%
G=30.42%
B=37.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811742170.170.2000.15249.7736.1376.67
HexB5AED911140Ffa244d
Octal265256331212401737244115
Binary101101011010111011011001100011010001111111110101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AED9; }

 p { color: rgb(181,174,217); }

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

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

 a { background-color: rgb(181,174,217); }

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

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

 span { border-color: rgb(181,174,217); }

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