#B5AFD9

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

Shades of Lavender Grey #B5AFD9

Tints of Lavender Grey #B5AFD9

Color information

#B5AFD9 (or 0xB5AFD9) is unknown color: approx Lavender Grey. HEX triplet: B5, AF and D9. RGB value is (181,175,217). Sum of RGB (Red+Green+Blue) = 181+175+217=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #B5AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFD9 is #4A5026. Grayscale: #B5B5B5. Windows color (decimal): -4870183 or 14266293. OLE color: 14266293.

HSL color Cylindrical-coordinate representation of color #B5AFD9: hue angle of 248.57º degrees, saturation: 0.36, 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 #B5AFD9 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181175217-
CMYK0.170.1900.15
HSL248.57º35.59%76.86%-
HSV(B)248.57º19.35%85.1%-
XYZ46.9145.4971.95-
YUV181.58147.99127.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 175 (68.75% from 255) = 30.54%
BLUE value IS 217 (85.16% from 255) = 37.87%
R=31.59%
G=30.54%
B=37.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811752170.170.1900.15248.5735.5976.86
HexB5AFD911130Ff9244d
Octal265257331212301737144115
Binary101101011010111111011001100011001101111111110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFD9; }

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

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

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

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

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

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

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

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