Shades of Lavender Grey #B1B0D6
Tints of Lavender Grey #B1B0D6
RGB
CMYK
RGB Variations
Color information
#B1B0D6 (or 0xB1B0D6) is known color: Lavender Grey. HEX triplet: B1, B0 and D6. RGB value is (177,176,214). Sum of RGB (Red+Green+Blue) = 177+176+214=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 214 - color contains mainly: blue. Hex color #B1B0D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B0D6 is #4E4F29. Grayscale: #B4B4B4. Windows color (decimal): -5132074 or 14069937. OLE color: 14069937.
HSL color Cylindrical-coordinate representation of color #B1B0D6: hue angle of 241.58º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1B0D6 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 176 | 214 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.16 |
| HSL | 241.58º | 0.32% | 0.76% | - |
| HSV(B) | 241.58º | 0.18% | 0.84% | - |
| XYZ | 45.79 | 45.25 | 69.94 | - |
| YUV | 180.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 214 | 0.17 | 0.18 | 0 | 0.16 | 241.58 | 0.32 | 0.76 |
| Hex | B1 | B0 | D6 | 11 | 12 | 0 | 10 | F2 | 20 | 4C |
| Octal | 261 | 260 | 326 | 21 | 22 | 0 | 20 | 362 | 40 | 114 |
| Binary | 10110001 | 10110000 | 11010110 | 10001 | 10010 | 0 | 10000 | 11110010 | 100000 | 1001100 |
Color Harmonies of #B1B0D6
Complementary color
Monochromatic Colors of #B1B0D6
Black with #B1B0D6
Text Example
Text Example
White with #B1B0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B0D6; }
p { color: rgb(177,176,214); }
H1.HeaderClassName
{
color: #B1B0D6;
}
.AnyTagClassName
{
color: #B1B0D6;
}
</style>
background-color css
<style>
a { background-color: #B1B0D6; }
a { background-color: rgb(177,176,214); }
div.DivClassName
{
background-color: #B1B0D6;
}
.BgClassName
{
background-color: #B1B0D6;
}
</style>
border-color css
<style>
span { border-color: #B1B0D6; }
span { border-color: rgb(177,176,214); }
td.TdClassName
{
border-color: #B1B0D6;
}
.TagClassName
{
border-color: #B1B0D6;
}
</style>