Shades of Lavender Grey #B8BACC
Tints of Lavender Grey #B8BACC
RGB
CMYK
RGB Variations
Color information
#B8BACC (or 0xB8BACC) is known color: Lavender Grey. HEX triplet: B8, BA and CC. RGB value is (184,186,204). Sum of RGB (Red+Green+Blue) = 184+186+204=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BACC is #474533. Grayscale: #BBBBBB. Windows color (decimal): -4670772 or 13417144. OLE color: 13417144.
HSL color Cylindrical-coordinate representation of color #B8BACC: hue angle of 234º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8BACC is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 186 | 204 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.2 |
| HSL | 234º | 0.16% | 0.76% | - |
| HSV(B) | 234º | 0.1% | 0.8% | - |
| XYZ | 48.23 | 49.67 | 64.17 | - |
| YUV | 187.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 204 | 0.10 | 0.09 | 0 | 0.2 | 234 | 0.16 | 0.76 |
| Hex | B8 | BA | CC | A | 9 | 0 | 14 | EA | 10 | 4C |
| Octal | 270 | 272 | 314 | 12 | 11 | 0 | 24 | 352 | 20 | 114 |
| Binary | 10111000 | 10111010 | 11001100 | 1010 | 1001 | 0 | 10100 | 11101010 | 10000 | 1001100 |
Color Harmonies of #B8BACC
Complementary color
Monochromatic Colors of #B8BACC
Black with #B8BACC
Text Example
Text Example
White with #B8BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BACC; }
p { color: rgb(184,186,204); }
H1.HeaderClassName
{
color: #B8BACC;
}
.AnyTagClassName
{
color: #B8BACC;
}
</style>
background-color css
<style>
a { background-color: #B8BACC; }
a { background-color: rgb(184,186,204); }
div.DivClassName
{
background-color: #B8BACC;
}
.BgClassName
{
background-color: #B8BACC;
}
</style>
border-color css
<style>
span { border-color: #B8BACC; }
span { border-color: rgb(184,186,204); }
td.TdClassName
{
border-color: #B8BACC;
}
.TagClassName
{
border-color: #B8BACC;
}
</style>