Shades of Pavlova #BBAC84
Tints of Pavlova #BBAC84
RGB
CMYK
RGB Variations
Color information
#BBAC84 (or 0xBBAC84) is known color: Pavlova. HEX triplet: BB, AC and 84. RGB value is (187,172,132). Sum of RGB (Red+Green+Blue) = 187+172+132=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC84 is #44537B. Grayscale: #ACACAC. Windows color (decimal): -4477820 or 8694971. OLE color: 8694971.
HSL color Cylindrical-coordinate representation of color #BBAC84: hue angle of 43.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBAC84 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 132 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.27 |
| HSL | 43.64º | 0.29% | 0.63% | - |
| HSV(B) | 43.64º | 0.29% | 0.73% | - |
| XYZ | 39.41 | 41.74 | 27.81 | - |
| YUV | 171.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 132 | 0 | 0.08 | 0.29 | 0.27 | 43.64 | 0.29 | 0.63 |
| Hex | BB | AC | 84 | 0 | 8 | 1D | 1B | 2C | 1D | 3F |
| Octal | 273 | 254 | 204 | 0 | 10 | 35 | 33 | 54 | 35 | 77 |
| Binary | 10111011 | 10101100 | 10000100 | 0 | 1000 | 11101 | 11011 | 101100 | 11101 | 111111 |
Color Harmonies of #BBAC84
Complementary color
Monochromatic Colors of #BBAC84
Black with #BBAC84
Text Example
Text Example
White with #BBAC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC84; }
p { color: rgb(187,172,132); }
H1.HeaderClassName
{
color: #BBAC84;
}
.AnyTagClassName
{
color: #BBAC84;
}
</style>
background-color css
<style>
a { background-color: #BBAC84; }
a { background-color: rgb(187,172,132); }
div.DivClassName
{
background-color: #BBAC84;
}
.BgClassName
{
background-color: #BBAC84;
}
</style>
border-color css
<style>
span { border-color: #BBAC84; }
span { border-color: rgb(187,172,132); }
td.TdClassName
{
border-color: #BBAC84;
}
.TagClassName
{
border-color: #BBAC84;
}
</style>