#B1AFD9

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

Shades of Lavender Grey #B1AFD9

Tints of Lavender Grey #B1AFD9

Color information

#B1AFD9 (or 0xB1AFD9) is unknown color: approx Lavender Grey. HEX triplet: B1, AF and D9. RGB value is (177,175,217). Sum of RGB (Red+Green+Blue) = 177+175+217=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #B1AFD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFD9 is #4E5026. Grayscale: #B4B4B4. Windows color (decimal): -5132327 or 14266289. OLE color: 14266289.

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

Color convert

RGB177175217-
CMYK0.180.1900.15
HSL242.86º35.59%76.86%-
HSV(B)242.86º19.35%85.1%-
XYZ45.9945.0271.91-
YUV180.39148.66125.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 217 (85.16% from 255) = 38.14%
R=31.11%
G=30.76%
B=38.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771752170.180.1900.15242.8635.5976.86
HexB1AFD912130Ff3244d
Octal261257331222301736344115
Binary101100011010111111011001100101001101111111100111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFD9; }

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

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

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

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

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

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

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

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