Shades of Lavender Grey #B8BACE
Tints of Lavender Grey #B8BACE
RGB
CMYK
RGB Variations
Color information
#B8BACE (or 0xB8BACE) is known color: Lavender Grey. HEX triplet: B8, BA and CE. RGB value is (184,186,206). Sum of RGB (Red+Green+Blue) = 184+186+206=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BACE is #474531. Grayscale: #BBBBBB. Windows color (decimal): -4670770 or 13548216. OLE color: 13548216.
HSL color Cylindrical-coordinate representation of color #B8BACE: hue angle of 234.55º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8BACE is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 186 | 206 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.19 |
| HSL | 234.55º | 0.18% | 0.76% | - |
| HSV(B) | 234.55º | 0.11% | 0.81% | - |
| XYZ | 48.47 | 49.76 | 65.44 | - |
| YUV | 187.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 206 | 0.11 | 0.10 | 0 | 0.19 | 234.55 | 0.18 | 0.76 |
| Hex | B8 | BA | CE | B | A | 0 | 13 | EB | 12 | 4C |
| Octal | 270 | 272 | 316 | 13 | 12 | 0 | 23 | 353 | 22 | 114 |
| Binary | 10111000 | 10111010 | 11001110 | 1011 | 1010 | 0 | 10011 | 11101011 | 10010 | 1001100 |
Color Harmonies of #B8BACE
Complementary color
Monochromatic Colors of #B8BACE
Black with #B8BACE
Text Example
Text Example
White with #B8BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BACE; }
p { color: rgb(184,186,206); }
H1.HeaderClassName
{
color: #B8BACE;
}
.AnyTagClassName
{
color: #B8BACE;
}
</style>
background-color css
<style>
a { background-color: #B8BACE; }
a { background-color: rgb(184,186,206); }
div.DivClassName
{
background-color: #B8BACE;
}
.BgClassName
{
background-color: #B8BACE;
}
</style>
border-color css
<style>
span { border-color: #B8BACE; }
span { border-color: rgb(184,186,206); }
td.TdClassName
{
border-color: #B8BACE;
}
.TagClassName
{
border-color: #B8BACE;
}
</style>