Shades of Lavender Grey #B2B1D5
Tints of Lavender Grey #B2B1D5
RGB
CMYK
RGB Variations
Color information
#B2B1D5 (or 0xB2B1D5) is known color: Lavender Grey. HEX triplet: B2, B1 and D5. RGB value is (178,177,213). Sum of RGB (Red+Green+Blue) = 178+177+213=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #B2B1D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B1D5 is #4D4E2A. Grayscale: #B5B5B5. Windows color (decimal): -5066283 or 14004658. OLE color: 14004658.
HSL color Cylindrical-coordinate representation of color #B2B1D5: hue angle of 241.67º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2B1D5 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 177 | 213 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.16 |
| HSL | 241.67º | 0.3% | 0.76% | - |
| HSV(B) | 241.67º | 0.17% | 0.84% | - |
| XYZ | 46.09 | 45.71 | 69.35 | - |
| YUV | 181.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 213 | 0.16 | 0.17 | 0 | 0.16 | 241.67 | 0.3 | 0.76 |
| Hex | B2 | B1 | D5 | 10 | 11 | 0 | 10 | F2 | 1E | 4C |
| Octal | 262 | 261 | 325 | 20 | 21 | 0 | 20 | 362 | 36 | 114 |
| Binary | 10110010 | 10110001 | 11010101 | 10000 | 10001 | 0 | 10000 | 11110010 | 11110 | 1001100 |
Color Harmonies of #B2B1D5
Complementary color
Monochromatic Colors of #B2B1D5
Black with #B2B1D5
Text Example
Text Example
White with #B2B1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B1D5; }
p { color: rgb(178,177,213); }
H1.HeaderClassName
{
color: #B2B1D5;
}
.AnyTagClassName
{
color: #B2B1D5;
}
</style>
background-color css
<style>
a { background-color: #B2B1D5; }
a { background-color: rgb(178,177,213); }
div.DivClassName
{
background-color: #B2B1D5;
}
.BgClassName
{
background-color: #B2B1D5;
}
</style>
border-color css
<style>
span { border-color: #B2B1D5; }
span { border-color: rgb(178,177,213); }
td.TdClassName
{
border-color: #B2B1D5;
}
.TagClassName
{
border-color: #B2B1D5;
}
</style>