Shades of Pavlova #BBAC89
Tints of Pavlova #BBAC89
RGB
CMYK
RGB Variations
Color information
#BBAC89 (or 0xBBAC89) is known color: Pavlova. HEX triplet: BB, AC and 89. RGB value is (187,172,137). Sum of RGB (Red+Green+Blue) = 187+172+137=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC89 is #445376. Grayscale: #ACACAC. Windows color (decimal): -4477815 or 9022651. OLE color: 9022651.
HSL color Cylindrical-coordinate representation of color #BBAC89: hue angle of 42º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAC89 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 137 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.27 |
| HSL | 42º | 0.27% | 0.64% | - |
| HSV(B) | 42º | 0.27% | 0.73% | - |
| XYZ | 39.76 | 41.88 | 29.65 | - |
| YUV | 172.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 137 | 0 | 0.08 | 0.27 | 0.27 | 42 | 0.27 | 0.64 |
| Hex | BB | AC | 89 | 0 | 8 | 1B | 1B | 2A | 1B | 40 |
| Octal | 273 | 254 | 211 | 0 | 10 | 33 | 33 | 52 | 33 | 100 |
| Binary | 10111011 | 10101100 | 10001001 | 0 | 1000 | 11011 | 11011 | 101010 | 11011 | 1000000 |
Color Harmonies of #BBAC89
Complementary color
Monochromatic Colors of #BBAC89
Black with #BBAC89
Text Example
Text Example
White with #BBAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC89; }
p { color: rgb(187,172,137); }
H1.HeaderClassName
{
color: #BBAC89;
}
.AnyTagClassName
{
color: #BBAC89;
}
</style>
background-color css
<style>
a { background-color: #BBAC89; }
a { background-color: rgb(187,172,137); }
div.DivClassName
{
background-color: #BBAC89;
}
.BgClassName
{
background-color: #BBAC89;
}
</style>
border-color css
<style>
span { border-color: #BBAC89; }
span { border-color: rgb(187,172,137); }
td.TdClassName
{
border-color: #BBAC89;
}
.TagClassName
{
border-color: #BBAC89;
}
</style>