Shades of Lavender Grey #B1A8DF
Tints of Lavender Grey #B1A8DF
RGB
CMYK
RGB Variations
Color information
#B1A8DF (or 0xB1A8DF) is known color: Lavender Grey. HEX triplet: B1, A8 and DF. RGB value is (177,168,223). Sum of RGB (Red+Green+Blue) = 177+168+223=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A8DF is #4E5720. Grayscale: #B0B0B0. Windows color (decimal): -5134113 or 14657713. OLE color: 14657713.
HSL color Cylindrical-coordinate representation of color #B1A8DF: hue angle of 249.82º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1A8DF is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 168 | 223 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.13 |
| HSL | 249.82º | 0.46% | 0.77% | - |
| HSV(B) | 249.82º | 0.25% | 0.87% | - |
| XYZ | 45.45 | 42.68 | 75.65 | - |
| YUV | 176.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 223 | 0.21 | 0.25 | 0 | 0.13 | 249.82 | 0.46 | 0.77 |
| Hex | B1 | A8 | DF | 15 | 19 | 0 | D | FA | 2E | 4D |
| Octal | 261 | 250 | 337 | 25 | 31 | 0 | 15 | 372 | 56 | 115 |
| Binary | 10110001 | 10101000 | 11011111 | 10101 | 11001 | 0 | 1101 | 11111010 | 101110 | 1001101 |
Color Harmonies of #B1A8DF
Complementary color
Monochromatic Colors of #B1A8DF
Black with #B1A8DF
Text Example
Text Example
White with #B1A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A8DF; }
p { color: rgb(177,168,223); }
H1.HeaderClassName
{
color: #B1A8DF;
}
.AnyTagClassName
{
color: #B1A8DF;
}
</style>
background-color css
<style>
a { background-color: #B1A8DF; }
a { background-color: rgb(177,168,223); }
div.DivClassName
{
background-color: #B1A8DF;
}
.BgClassName
{
background-color: #B1A8DF;
}
</style>
border-color css
<style>
span { border-color: #B1A8DF; }
span { border-color: rgb(177,168,223); }
td.TdClassName
{
border-color: #B1A8DF;
}
.TagClassName
{
border-color: #B1A8DF;
}
</style>