Shades of Lavender Grey #B2B1DB
Tints of Lavender Grey #B2B1DB
RGB
CMYK
RGB Variations
Color information
#B2B1DB (or 0xB2B1DB) is known color: Lavender Grey. HEX triplet: B2, B1 and DB. RGB value is (178,177,219). Sum of RGB (Red+Green+Blue) = 178+177+219=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2B1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B1DB is #4D4E24. Grayscale: #B5B5B5. Windows color (decimal): -5066277 or 14397874. OLE color: 14397874.
HSL color Cylindrical-coordinate representation of color #B2B1DB: hue angle of 241.43º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2B1DB is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 177 | 219 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.14 |
| HSL | 241.43º | 0.37% | 0.78% | - |
| HSV(B) | 241.43º | 0.19% | 0.86% | - |
| XYZ | 46.87 | 46.02 | 73.43 | - |
| YUV | 182.09 | 148.83 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 219 | 0.19 | 0.19 | 0 | 0.14 | 241.43 | 0.37 | 0.78 |
| Hex | B2 | B1 | DB | 13 | 13 | 0 | E | F1 | 25 | 4E |
| Octal | 262 | 261 | 333 | 23 | 23 | 0 | 16 | 361 | 45 | 116 |
| Binary | 10110010 | 10110001 | 11011011 | 10011 | 10011 | 0 | 1110 | 11110001 | 100101 | 1001110 |
Color Harmonies of #B2B1DB
Complementary color
Monochromatic Colors of #B2B1DB
Black with #B2B1DB
Text Example
Text Example
White with #B2B1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B1DB; }
p { color: rgb(178,177,219); }
H1.HeaderClassName
{
color: #B2B1DB;
}
.AnyTagClassName
{
color: #B2B1DB;
}
</style>
background-color css
<style>
a { background-color: #B2B1DB; }
a { background-color: rgb(178,177,219); }
div.DivClassName
{
background-color: #B2B1DB;
}
.BgClassName
{
background-color: #B2B1DB;
}
</style>
border-color css
<style>
span { border-color: #B2B1DB; }
span { border-color: rgb(178,177,219); }
td.TdClassName
{
border-color: #B2B1DB;
}
.TagClassName
{
border-color: #B2B1DB;
}
</style>