Shades of Pavlova #BBAC85
Tints of Pavlova #BBAC85
RGB
CMYK
RGB Variations
Color information
#BBAC85 (or 0xBBAC85) is known color: Pavlova. HEX triplet: BB, AC and 85. RGB value is (187,172,133). Sum of RGB (Red+Green+Blue) = 187+172+133=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC85 is #44537A. Grayscale: #ACACAC. Windows color (decimal): -4477819 or 8760507. OLE color: 8760507.
HSL color Cylindrical-coordinate representation of color #BBAC85: hue angle of 43.33º degrees, saturation: 0.28, 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 #BBAC85 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 133 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.27 |
| HSL | 43.33º | 0.28% | 0.63% | - |
| HSV(B) | 43.33º | 0.29% | 0.73% | - |
| XYZ | 39.48 | 41.76 | 28.17 | - |
| YUV | 172.04 | 105.97 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 133 | 0 | 0.08 | 0.29 | 0.27 | 43.33 | 0.28 | 0.63 |
| Hex | BB | AC | 85 | 0 | 8 | 1D | 1B | 2B | 1C | 3F |
| Octal | 273 | 254 | 205 | 0 | 10 | 35 | 33 | 53 | 34 | 77 |
| Binary | 10111011 | 10101100 | 10000101 | 0 | 1000 | 11101 | 11011 | 101011 | 11100 | 111111 |
Color Harmonies of #BBAC85
Complementary color
Monochromatic Colors of #BBAC85
Black with #BBAC85
Text Example
Text Example
White with #BBAC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC85; }
p { color: rgb(187,172,133); }
H1.HeaderClassName
{
color: #BBAC85;
}
.AnyTagClassName
{
color: #BBAC85;
}
</style>
background-color css
<style>
a { background-color: #BBAC85; }
a { background-color: rgb(187,172,133); }
div.DivClassName
{
background-color: #BBAC85;
}
.BgClassName
{
background-color: #BBAC85;
}
</style>
border-color css
<style>
span { border-color: #BBAC85; }
span { border-color: rgb(187,172,133); }
td.TdClassName
{
border-color: #BBAC85;
}
.TagClassName
{
border-color: #BBAC85;
}
</style>