Shades of Lavender Grey #B9BCD7
Tints of Lavender Grey #B9BCD7
RGB
CMYK
RGB Variations
Color information
#B9BCD7 (or 0xB9BCD7) is known color: Lavender Grey. HEX triplet: B9, BC and D7. RGB value is (185,188,215). Sum of RGB (Red+Green+Blue) = 185+188+215=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #B9BCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCD7 is #464328. Grayscale: #BEBEBE. Windows color (decimal): -4604713 or 14138553. OLE color: 14138553.
HSL color Cylindrical-coordinate representation of color #B9BCD7: hue angle of 234º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9BCD7 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 188 | 215 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.16 |
| HSL | 234º | 0.27% | 0.78% | - |
| HSV(B) | 234º | 0.14% | 0.84% | - |
| XYZ | 50.26 | 51.19 | 71.52 | - |
| YUV | 190.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 215 | 0.14 | 0.13 | 0 | 0.16 | 234 | 0.27 | 0.78 |
| Hex | B9 | BC | D7 | E | D | 0 | 10 | EA | 1B | 4E |
| Octal | 271 | 274 | 327 | 16 | 15 | 0 | 20 | 352 | 33 | 116 |
| Binary | 10111001 | 10111100 | 11010111 | 1110 | 1101 | 0 | 10000 | 11101010 | 11011 | 1001110 |
Color Harmonies of #B9BCD7
Complementary color
Monochromatic Colors of #B9BCD7
Black with #B9BCD7
Text Example
Text Example
White with #B9BCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BCD7; }
p { color: rgb(185,188,215); }
H1.HeaderClassName
{
color: #B9BCD7;
}
.AnyTagClassName
{
color: #B9BCD7;
}
</style>
background-color css
<style>
a { background-color: #B9BCD7; }
a { background-color: rgb(185,188,215); }
div.DivClassName
{
background-color: #B9BCD7;
}
.BgClassName
{
background-color: #B9BCD7;
}
</style>
border-color css
<style>
span { border-color: #B9BCD7; }
span { border-color: rgb(185,188,215); }
td.TdClassName
{
border-color: #B9BCD7;
}
.TagClassName
{
border-color: #B9BCD7;
}
</style>