Shades of Pavlova #BBAC8D
Tints of Pavlova #BBAC8D
RGB
CMYK
RGB Variations
Color information
#BBAC8D (or 0xBBAC8D) is known color: Pavlova. HEX triplet: BB, AC and 8D. RGB value is (187,172,141). Sum of RGB (Red+Green+Blue) = 187+172+141=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC8D is #445372. Grayscale: #ADADAD. Windows color (decimal): -4477811 or 9284795. OLE color: 9284795.
HSL color Cylindrical-coordinate representation of color #BBAC8D: hue angle of 40.43º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBAC8D is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 141 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.27 |
| HSL | 40.43º | 0.25% | 0.64% | - |
| HSV(B) | 40.43º | 0.25% | 0.73% | - |
| XYZ | 40.05 | 41.99 | 31.19 | - |
| YUV | 172.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 141 | 0 | 0.08 | 0.25 | 0.27 | 40.43 | 0.25 | 0.64 |
| Hex | BB | AC | 8D | 0 | 8 | 19 | 1B | 28 | 19 | 40 |
| Octal | 273 | 254 | 215 | 0 | 10 | 31 | 33 | 50 | 31 | 100 |
| Binary | 10111011 | 10101100 | 10001101 | 0 | 1000 | 11001 | 11011 | 101000 | 11001 | 1000000 |
Color Harmonies of #BBAC8D
Complementary color
Monochromatic Colors of #BBAC8D
Black with #BBAC8D
Text Example
Text Example
White with #BBAC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC8D; }
p { color: rgb(187,172,141); }
H1.HeaderClassName
{
color: #BBAC8D;
}
.AnyTagClassName
{
color: #BBAC8D;
}
</style>
background-color css
<style>
a { background-color: #BBAC8D; }
a { background-color: rgb(187,172,141); }
div.DivClassName
{
background-color: #BBAC8D;
}
.BgClassName
{
background-color: #BBAC8D;
}
</style>
border-color css
<style>
span { border-color: #BBAC8D; }
span { border-color: rgb(187,172,141); }
td.TdClassName
{
border-color: #BBAC8D;
}
.TagClassName
{
border-color: #BBAC8D;
}
</style>