Shades of Pavlova #BBAB89
Tints of Pavlova #BBAB89
RGB
CMYK
RGB Variations
Color information
#BBAB89 (or 0xBBAB89) is known color: Pavlova. HEX triplet: BB, AB and 89. RGB value is (187,171,137). Sum of RGB (Red+Green+Blue) = 187+171+137=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB89 is #445476. Grayscale: #ACACAC. Windows color (decimal): -4478071 or 9022395. OLE color: 9022395.
HSL color Cylindrical-coordinate representation of color #BBAB89: hue angle of 40.8º 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 #BBAB89 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 137 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.27 |
| HSL | 40.8º | 0.27% | 0.64% | - |
| HSV(B) | 40.8º | 0.27% | 0.73% | - |
| XYZ | 39.57 | 41.5 | 29.59 | - |
| YUV | 171.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 137 | 0 | 0.09 | 0.27 | 0.27 | 40.8 | 0.27 | 0.64 |
| Hex | BB | AB | 89 | 0 | 9 | 1B | 1B | 29 | 1B | 40 |
| Octal | 273 | 253 | 211 | 0 | 11 | 33 | 33 | 51 | 33 | 100 |
| Binary | 10111011 | 10101011 | 10001001 | 0 | 1001 | 11011 | 11011 | 101001 | 11011 | 1000000 |
Color Harmonies of #BBAB89
Complementary color
Monochromatic Colors of #BBAB89
Black with #BBAB89
Text Example
Text Example
White with #BBAB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB89; }
p { color: rgb(187,171,137); }
H1.HeaderClassName
{
color: #BBAB89;
}
.AnyTagClassName
{
color: #BBAB89;
}
</style>
background-color css
<style>
a { background-color: #BBAB89; }
a { background-color: rgb(187,171,137); }
div.DivClassName
{
background-color: #BBAB89;
}
.BgClassName
{
background-color: #BBAB89;
}
</style>
border-color css
<style>
span { border-color: #BBAB89; }
span { border-color: rgb(187,171,137); }
td.TdClassName
{
border-color: #BBAB89;
}
.TagClassName
{
border-color: #BBAB89;
}
</style>