Shades of Lavender Grey #B0B1DF
Tints of Lavender Grey #B0B1DF
RGB
CMYK
RGB Variations
Color information
#B0B1DF (or 0xB0B1DF) is known color: Lavender Grey. HEX triplet: B0, B1 and DF. RGB value is (176,177,223). Sum of RGB (Red+Green+Blue) = 176+177+223=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0B1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B1DF is #4F4E20. Grayscale: #B5B5B5. Windows color (decimal): -5197345 or 14660016. OLE color: 14660016.
HSL color Cylindrical-coordinate representation of color #B0B1DF: hue angle of 238.72º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0B1DF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 177 | 223 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.13 |
| HSL | 238.72º | 0.42% | 0.78% | - |
| HSV(B) | 238.72º | 0.21% | 0.87% | - |
| XYZ | 46.95 | 46 | 76.22 | - |
| YUV | 181.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 223 | 0.21 | 0.21 | 0 | 0.13 | 238.72 | 0.42 | 0.78 |
| Hex | B0 | B1 | DF | 15 | 15 | 0 | D | EF | 2A | 4E |
| Octal | 260 | 261 | 337 | 25 | 25 | 0 | 15 | 357 | 52 | 116 |
| Binary | 10110000 | 10110001 | 11011111 | 10101 | 10101 | 0 | 1101 | 11101111 | 101010 | 1001110 |
Color Harmonies of #B0B1DF
Complementary color
Monochromatic Colors of #B0B1DF
Black with #B0B1DF
Text Example
Text Example
White with #B0B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B1DF; }
p { color: rgb(176,177,223); }
H1.HeaderClassName
{
color: #B0B1DF;
}
.AnyTagClassName
{
color: #B0B1DF;
}
</style>
background-color css
<style>
a { background-color: #B0B1DF; }
a { background-color: rgb(176,177,223); }
div.DivClassName
{
background-color: #B0B1DF;
}
.BgClassName
{
background-color: #B0B1DF;
}
</style>
border-color css
<style>
span { border-color: #B0B1DF; }
span { border-color: rgb(176,177,223); }
td.TdClassName
{
border-color: #B0B1DF;
}
.TagClassName
{
border-color: #B0B1DF;
}
</style>