#B1AAD9

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

Shades of Lavender Grey #B1AAD9

Tints of Lavender Grey #B1AAD9

Color information

#B1AAD9 (or 0xB1AAD9) is unknown color: approx Lavender Grey. HEX triplet: B1, AA and D9. RGB value is (177,170,217). Sum of RGB (Red+Green+Blue) = 177+170+217=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #B1AAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AAD9 is #4E5526. Grayscale: #B1B1B1. Windows color (decimal): -5133607 or 14265009. OLE color: 14265009.

HSL color Cylindrical-coordinate representation of color #B1AAD9: hue angle of 248.94º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1AAD9 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177170217-
CMYK0.180.2200.15
HSL248.94º38.21%75.88%-
HSV(B)248.94º21.66%85.1%-
XYZ45.0343.1171.59-
YUV177.45150.32127.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 217 (85.16% from 255) = 38.48%
R=31.38%
G=30.14%
B=38.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771702170.180.2200.15248.9438.2175.88
HexB1AAD912160Ff9264c
Octal261252331222601737146114
Binary101100011010101011011001100101011001111111110011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AAD9; }

 p { color: rgb(177,170,217); }

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

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

 a { background-color: rgb(177,170,217); }

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

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

 span { border-color: rgb(177,170,217); }

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