Shades of Lavender Grey #B1AFD1
Tints of Lavender Grey #B1AFD1
RGB
CMYK
RGB Variations
Color information
#B1AFD1 (or 0xB1AFD1) is known color: Lavender Grey. HEX triplet: B1, AF and D1. RGB value is (177,175,209). Sum of RGB (Red+Green+Blue) = 177+175+209=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #B1AFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFD1 is #4E502E. Grayscale: #B3B3B3. Windows color (decimal): -5132335 or 13742001. OLE color: 13742001.
HSL color Cylindrical-coordinate representation of color #B1AFD1: hue angle of 243.53º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1AFD1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 175 | 209 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.18 |
| HSL | 243.53º | 0.27% | 0.75% | - |
| HSV(B) | 243.53º | 0.16% | 0.82% | - |
| XYZ | 44.97 | 44.61 | 66.56 | - |
| YUV | 179.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 209 | 0.15 | 0.16 | 0 | 0.18 | 243.53 | 0.27 | 0.75 |
| Hex | B1 | AF | D1 | F | 10 | 0 | 12 | F4 | 1B | 4B |
| Octal | 261 | 257 | 321 | 17 | 20 | 0 | 22 | 364 | 33 | 113 |
| Binary | 10110001 | 10101111 | 11010001 | 1111 | 10000 | 0 | 10010 | 11110100 | 11011 | 1001011 |
Color Harmonies of #B1AFD1
Complementary color
Monochromatic Colors of #B1AFD1
Black with #B1AFD1
Text Example
Text Example
White with #B1AFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFD1; }
p { color: rgb(177,175,209); }
H1.HeaderClassName
{
color: #B1AFD1;
}
.AnyTagClassName
{
color: #B1AFD1;
}
</style>
background-color css
<style>
a { background-color: #B1AFD1; }
a { background-color: rgb(177,175,209); }
div.DivClassName
{
background-color: #B1AFD1;
}
.BgClassName
{
background-color: #B1AFD1;
}
</style>
border-color css
<style>
span { border-color: #B1AFD1; }
span { border-color: rgb(177,175,209); }
td.TdClassName
{
border-color: #B1AFD1;
}
.TagClassName
{
border-color: #B1AFD1;
}
</style>