Shades of Lavender Grey #B1B0DA
Tints of Lavender Grey #B1B0DA
RGB
CMYK
RGB Variations
Color information
#B1B0DA (or 0xB1B0DA) is known color: Lavender Grey. HEX triplet: B1, B0 and DA. RGB value is (177,176,218). Sum of RGB (Red+Green+Blue) = 177+176+218=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #B1B0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B0DA is #4E4F25. Grayscale: #B4B4B4. Windows color (decimal): -5132070 or 14332081. OLE color: 14332081.
HSL color Cylindrical-coordinate representation of color #B1B0DA: hue angle of 241.43º 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 #B1B0DA is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 176 | 218 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.15 |
| HSL | 241.43º | 0.36% | 0.77% | - |
| HSV(B) | 241.43º | 0.19% | 0.85% | - |
| XYZ | 46.31 | 45.46 | 72.66 | - |
| YUV | 181.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 218 | 0.19 | 0.19 | 0 | 0.15 | 241.43 | 0.36 | 0.77 |
| Hex | B1 | B0 | DA | 13 | 13 | 0 | F | F1 | 24 | 4D |
| Octal | 261 | 260 | 332 | 23 | 23 | 0 | 17 | 361 | 44 | 115 |
| Binary | 10110001 | 10110000 | 11011010 | 10011 | 10011 | 0 | 1111 | 11110001 | 100100 | 1001101 |
Color Harmonies of #B1B0DA
Complementary color
Monochromatic Colors of #B1B0DA
Black with #B1B0DA
Text Example
Text Example
White with #B1B0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B0DA; }
p { color: rgb(177,176,218); }
H1.HeaderClassName
{
color: #B1B0DA;
}
.AnyTagClassName
{
color: #B1B0DA;
}
</style>
background-color css
<style>
a { background-color: #B1B0DA; }
a { background-color: rgb(177,176,218); }
div.DivClassName
{
background-color: #B1B0DA;
}
.BgClassName
{
background-color: #B1B0DA;
}
</style>
border-color css
<style>
span { border-color: #B1B0DA; }
span { border-color: rgb(177,176,218); }
td.TdClassName
{
border-color: #B1B0DA;
}
.TagClassName
{
border-color: #B1B0DA;
}
</style>