Shades of Lavender Grey #B8BCD8
Tints of Lavender Grey #B8BCD8
RGB
CMYK
RGB Variations
Color information
#B8BCD8 (or 0xB8BCD8) is known color: Lavender Grey. HEX triplet: B8, BC and D8. RGB value is (184,188,216). Sum of RGB (Red+Green+Blue) = 184+188+216=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #B8BCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCD8 is #474327. Grayscale: #BDBDBD. Windows color (decimal): -4670248 or 14204088. OLE color: 14204088.
HSL color Cylindrical-coordinate representation of color #B8BCD8: hue angle of 232.5º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8BCD8 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 188 | 216 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.15 |
| HSL | 232.5º | 0.29% | 0.78% | - |
| HSV(B) | 232.5º | 0.15% | 0.85% | - |
| XYZ | 50.15 | 51.11 | 72.19 | - |
| YUV | 190 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 216 | 0.15 | 0.13 | 0 | 0.15 | 232.5 | 0.29 | 0.78 |
| Hex | B8 | BC | D8 | F | D | 0 | F | E8 | 1D | 4E |
| Octal | 270 | 274 | 330 | 17 | 15 | 0 | 17 | 350 | 35 | 116 |
| Binary | 10111000 | 10111100 | 11011000 | 1111 | 1101 | 0 | 1111 | 11101000 | 11101 | 1001110 |
Color Harmonies of #B8BCD8
Complementary color
Monochromatic Colors of #B8BCD8
Black with #B8BCD8
Text Example
Text Example
White with #B8BCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCD8; }
p { color: rgb(184,188,216); }
H1.HeaderClassName
{
color: #B8BCD8;
}
.AnyTagClassName
{
color: #B8BCD8;
}
</style>
background-color css
<style>
a { background-color: #B8BCD8; }
a { background-color: rgb(184,188,216); }
div.DivClassName
{
background-color: #B8BCD8;
}
.BgClassName
{
background-color: #B8BCD8;
}
</style>
border-color css
<style>
span { border-color: #B8BCD8; }
span { border-color: rgb(184,188,216); }
td.TdClassName
{
border-color: #B8BCD8;
}
.TagClassName
{
border-color: #B8BCD8;
}
</style>