Shades of Pavlova #BBAB84
Tints of Pavlova #BBAB84
RGB
CMYK
RGB Variations
Color information
#BBAB84 (or 0xBBAB84) is known color: Pavlova. HEX triplet: BB, AB and 84. RGB value is (187,171,132). Sum of RGB (Red+Green+Blue) = 187+171+132=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB84 is #44547B. Grayscale: #ABABAB. Windows color (decimal): -4478076 or 8694715. OLE color: 8694715.
HSL color Cylindrical-coordinate representation of color #BBAB84: hue angle of 42.55º 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 #BBAB84 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 132 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.27 |
| HSL | 42.55º | 0.29% | 0.63% | - |
| HSV(B) | 42.55º | 0.29% | 0.73% | - |
| XYZ | 39.22 | 41.36 | 27.75 | - |
| YUV | 171.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 132 | 0 | 0.09 | 0.29 | 0.27 | 42.55 | 0.29 | 0.63 |
| Hex | BB | AB | 84 | 0 | 9 | 1D | 1B | 2B | 1D | 3F |
| Octal | 273 | 253 | 204 | 0 | 11 | 35 | 33 | 53 | 35 | 77 |
| Binary | 10111011 | 10101011 | 10000100 | 0 | 1001 | 11101 | 11011 | 101011 | 11101 | 111111 |
Color Harmonies of #BBAB84
Complementary color
Monochromatic Colors of #BBAB84
Black with #BBAB84
Text Example
Text Example
White with #BBAB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB84; }
p { color: rgb(187,171,132); }
H1.HeaderClassName
{
color: #BBAB84;
}
.AnyTagClassName
{
color: #BBAB84;
}
</style>
background-color css
<style>
a { background-color: #BBAB84; }
a { background-color: rgb(187,171,132); }
div.DivClassName
{
background-color: #BBAB84;
}
.BgClassName
{
background-color: #BBAB84;
}
</style>
border-color css
<style>
span { border-color: #BBAB84; }
span { border-color: rgb(187,171,132); }
td.TdClassName
{
border-color: #BBAB84;
}
.TagClassName
{
border-color: #BBAB84;
}
</style>