Shades of Lavender Grey #B1ACD6
Tints of Lavender Grey #B1ACD6
RGB
CMYK
RGB Variations
Color information
#B1ACD6 (or 0xB1ACD6) is known color: Lavender Grey. HEX triplet: B1, AC and D6. RGB value is (177,172,214). Sum of RGB (Red+Green+Blue) = 177+172+214=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #B1ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACD6 is #4E5329. Grayscale: #B2B2B2. Windows color (decimal): -5133098 or 14068913. OLE color: 14068913.
HSL color Cylindrical-coordinate representation of color #B1ACD6: hue angle of 247.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1ACD6 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 172 | 214 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.16 |
| HSL | 247.14º | 0.34% | 0.76% | - |
| HSV(B) | 247.14º | 0.2% | 0.84% | - |
| XYZ | 45.02 | 43.71 | 69.68 | - |
| YUV | 178.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 214 | 0.17 | 0.20 | 0 | 0.16 | 247.14 | 0.34 | 0.76 |
| Hex | B1 | AC | D6 | 11 | 14 | 0 | 10 | F7 | 22 | 4C |
| Octal | 261 | 254 | 326 | 21 | 24 | 0 | 20 | 367 | 42 | 114 |
| Binary | 10110001 | 10101100 | 11010110 | 10001 | 10100 | 0 | 10000 | 11110111 | 100010 | 1001100 |
Color Harmonies of #B1ACD6
Complementary color
Monochromatic Colors of #B1ACD6
Black with #B1ACD6
Text Example
Text Example
White with #B1ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ACD6; }
p { color: rgb(177,172,214); }
H1.HeaderClassName
{
color: #B1ACD6;
}
.AnyTagClassName
{
color: #B1ACD6;
}
</style>
background-color css
<style>
a { background-color: #B1ACD6; }
a { background-color: rgb(177,172,214); }
div.DivClassName
{
background-color: #B1ACD6;
}
.BgClassName
{
background-color: #B1ACD6;
}
</style>
border-color css
<style>
span { border-color: #B1ACD6; }
span { border-color: rgb(177,172,214); }
td.TdClassName
{
border-color: #B1ACD6;
}
.TagClassName
{
border-color: #B1ACD6;
}
</style>