Shades of Lavender Grey #B7BCD9
Tints of Lavender Grey #B7BCD9
RGB
CMYK
RGB Variations
Color information
#B7BCD9 (or 0xB7BCD9) is known color: Lavender Grey. HEX triplet: B7, BC and D9. RGB value is (183,188,217). Sum of RGB (Red+Green+Blue) = 183+188+217=588 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.12% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #B7BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BCD9 is #484326. Grayscale: #BDBDBD. Windows color (decimal): -4735783 or 14269623. OLE color: 14269623.
HSL color Cylindrical-coordinate representation of color #B7BCD9: hue angle of 231.18º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7BCD9 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 188 | 217 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.15 |
| HSL | 231.18º | 0.31% | 0.78% | - |
| HSV(B) | 231.18º | 0.16% | 0.85% | - |
| XYZ | 50.04 | 51.04 | 72.86 | - |
| YUV | 189.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 217 | 0.16 | 0.13 | 0 | 0.15 | 231.18 | 0.31 | 0.78 |
| Hex | B7 | BC | D9 | 10 | D | 0 | F | E7 | 1F | 4E |
| Octal | 267 | 274 | 331 | 20 | 15 | 0 | 17 | 347 | 37 | 116 |
| Binary | 10110111 | 10111100 | 11011001 | 10000 | 1101 | 0 | 1111 | 11100111 | 11111 | 1001110 |
Color Harmonies of #B7BCD9
Complementary color
Monochromatic Colors of #B7BCD9
Black with #B7BCD9
Text Example
Text Example
White with #B7BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCD9; }
p { color: rgb(183,188,217); }
H1.HeaderClassName
{
color: #B7BCD9;
}
.AnyTagClassName
{
color: #B7BCD9;
}
</style>
background-color css
<style>
a { background-color: #B7BCD9; }
a { background-color: rgb(183,188,217); }
div.DivClassName
{
background-color: #B7BCD9;
}
.BgClassName
{
background-color: #B7BCD9;
}
</style>
border-color css
<style>
span { border-color: #B7BCD9; }
span { border-color: rgb(183,188,217); }
td.TdClassName
{
border-color: #B7BCD9;
}
.TagClassName
{
border-color: #B7BCD9;
}
</style>