Shades of Pavlova #BBAC8E
Tints of Pavlova #BBAC8E
RGB
CMYK
RGB Variations
Color information
#BBAC8E (or 0xBBAC8E) is known color: Pavlova. HEX triplet: BB, AC and 8E. RGB value is (187,172,142). Sum of RGB (Red+Green+Blue) = 187+172+142=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC8E is #445371. Grayscale: #ADADAD. Windows color (decimal): -4477810 or 9350331. OLE color: 9350331.
HSL color Cylindrical-coordinate representation of color #BBAC8E: hue angle of 40º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBAC8E is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 142 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.27 |
| HSL | 40º | 0.25% | 0.65% | - |
| HSV(B) | 40º | 0.24% | 0.73% | - |
| XYZ | 40.13 | 42.02 | 31.59 | - |
| YUV | 173.07 | 110.47 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 142 | 0 | 0.08 | 0.24 | 0.27 | 40 | 0.25 | 0.65 |
| Hex | BB | AC | 8E | 0 | 8 | 18 | 1B | 28 | 19 | 41 |
| Octal | 273 | 254 | 216 | 0 | 10 | 30 | 33 | 50 | 31 | 101 |
| Binary | 10111011 | 10101100 | 10001110 | 0 | 1000 | 11000 | 11011 | 101000 | 11001 | 1000001 |
Color Harmonies of #BBAC8E
Complementary color
Monochromatic Colors of #BBAC8E
Black with #BBAC8E
Text Example
Text Example
White with #BBAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC8E; }
p { color: rgb(187,172,142); }
H1.HeaderClassName
{
color: #BBAC8E;
}
.AnyTagClassName
{
color: #BBAC8E;
}
</style>
background-color css
<style>
a { background-color: #BBAC8E; }
a { background-color: rgb(187,172,142); }
div.DivClassName
{
background-color: #BBAC8E;
}
.BgClassName
{
background-color: #BBAC8E;
}
</style>
border-color css
<style>
span { border-color: #BBAC8E; }
span { border-color: rgb(187,172,142); }
td.TdClassName
{
border-color: #BBAC8E;
}
.TagClassName
{
border-color: #BBAC8E;
}
</style>