Shades of Lavender Grey #B7BBDC
Tints of Lavender Grey #B7BBDC
RGB
CMYK
RGB Variations
Color information
#B7BBDC (or 0xB7BBDC) is known color: Lavender Grey. HEX triplet: B7, BB and DC. RGB value is (183,187,220). Sum of RGB (Red+Green+Blue) = 183+187+220=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #B7BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBDC is #484423. Grayscale: #BDBDBD. Windows color (decimal): -4736036 or 14465975. OLE color: 14465975.
HSL color Cylindrical-coordinate representation of color #B7BBDC: hue angle of 233.51º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7BBDC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 187 | 220 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.14 |
| HSL | 233.51º | 0.35% | 0.79% | - |
| HSV(B) | 233.51º | 0.17% | 0.86% | - |
| XYZ | 50.22 | 50.78 | 74.86 | - |
| YUV | 189.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 187 | 220 | 0.17 | 0.15 | 0 | 0.14 | 233.51 | 0.35 | 0.79 |
| Hex | B7 | BB | DC | 11 | F | 0 | E | EA | 23 | 4F |
| Octal | 267 | 273 | 334 | 21 | 17 | 0 | 16 | 352 | 43 | 117 |
| Binary | 10110111 | 10111011 | 11011100 | 10001 | 1111 | 0 | 1110 | 11101010 | 100011 | 1001111 |
Color Harmonies of #B7BBDC
Complementary color
Monochromatic Colors of #B7BBDC
Black with #B7BBDC
Text Example
Text Example
White with #B7BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BBDC; }
p { color: rgb(183,187,220); }
H1.HeaderClassName
{
color: #B7BBDC;
}
.AnyTagClassName
{
color: #B7BBDC;
}
</style>
background-color css
<style>
a { background-color: #B7BBDC; }
a { background-color: rgb(183,187,220); }
div.DivClassName
{
background-color: #B7BBDC;
}
.BgClassName
{
background-color: #B7BBDC;
}
</style>
border-color css
<style>
span { border-color: #B7BBDC; }
span { border-color: rgb(183,187,220); }
td.TdClassName
{
border-color: #B7BBDC;
}
.TagClassName
{
border-color: #B7BBDC;
}
</style>