Shades of Lavender Grey #B7BBDD
Tints of Lavender Grey #B7BBDD
RGB
CMYK
RGB Variations
Color information
#B7BBDD (or 0xB7BBDD) is known color: Lavender Grey. HEX triplet: B7, BB and DD. RGB value is (183,187,221). Sum of RGB (Red+Green+Blue) = 183+187+221=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBDD is #484422. Grayscale: #BDBDBD. Windows color (decimal): -4736035 or 14531511. OLE color: 14531511.
HSL color Cylindrical-coordinate representation of color #B7BBDD: hue angle of 233.68º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7BBDD is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 187 | 221 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.13 |
| HSL | 233.68º | 0.36% | 0.79% | - |
| HSV(B) | 233.68º | 0.17% | 0.87% | - |
| XYZ | 50.35 | 50.83 | 75.56 | - |
| YUV | 189.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 221 | 0.17 | 0.15 | 0 | 0.13 | 233.68 | 0.36 | 0.79 |
| Hex | B7 | BB | DD | 11 | F | 0 | D | EA | 24 | 4F |
| Octal | 267 | 273 | 335 | 21 | 17 | 0 | 15 | 352 | 44 | 117 |
| Binary | 10110111 | 10111011 | 11011101 | 10001 | 1111 | 0 | 1101 | 11101010 | 100100 | 1001111 |
Color Harmonies of #B7BBDD
Complementary color
Monochromatic Colors of #B7BBDD
Black with #B7BBDD
Text Example
Text Example
White with #B7BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BBDD; }
p { color: rgb(183,187,221); }
H1.HeaderClassName
{
color: #B7BBDD;
}
.AnyTagClassName
{
color: #B7BBDD;
}
</style>
background-color css
<style>
a { background-color: #B7BBDD; }
a { background-color: rgb(183,187,221); }
div.DivClassName
{
background-color: #B7BBDD;
}
.BgClassName
{
background-color: #B7BBDD;
}
</style>
border-color css
<style>
span { border-color: #B7BBDD; }
span { border-color: rgb(183,187,221); }
td.TdClassName
{
border-color: #B7BBDD;
}
.TagClassName
{
border-color: #B7BBDD;
}
</style>