Shades of Pavlova #BBAB88
Tints of Pavlova #BBAB88
RGB
CMYK
RGB Variations
Color information
#BBAB88 (or 0xBBAB88) is known color: Pavlova. HEX triplet: BB, AB and 88. RGB value is (187,171,136). Sum of RGB (Red+Green+Blue) = 187+171+136=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB88 is #445477. Grayscale: #ABABAB. Windows color (decimal): -4478072 or 8956859. OLE color: 8956859.
HSL color Cylindrical-coordinate representation of color #BBAB88: hue angle of 41.18º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAB88 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 136 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.27 |
| HSL | 41.18º | 0.27% | 0.63% | - |
| HSV(B) | 41.18º | 0.27% | 0.73% | - |
| XYZ | 39.5 | 41.47 | 29.21 | - |
| YUV | 171.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 136 | 0 | 0.09 | 0.27 | 0.27 | 41.18 | 0.27 | 0.63 |
| Hex | BB | AB | 88 | 0 | 9 | 1B | 1B | 29 | 1B | 3F |
| Octal | 273 | 253 | 210 | 0 | 11 | 33 | 33 | 51 | 33 | 77 |
| Binary | 10111011 | 10101011 | 10001000 | 0 | 1001 | 11011 | 11011 | 101001 | 11011 | 111111 |
Color Harmonies of #BBAB88
Complementary color
Monochromatic Colors of #BBAB88
Black with #BBAB88
Text Example
Text Example
White with #BBAB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB88; }
p { color: rgb(187,171,136); }
H1.HeaderClassName
{
color: #BBAB88;
}
.AnyTagClassName
{
color: #BBAB88;
}
</style>
background-color css
<style>
a { background-color: #BBAB88; }
a { background-color: rgb(187,171,136); }
div.DivClassName
{
background-color: #BBAB88;
}
.BgClassName
{
background-color: #BBAB88;
}
</style>
border-color css
<style>
span { border-color: #BBAB88; }
span { border-color: rgb(187,171,136); }
td.TdClassName
{
border-color: #BBAB88;
}
.TagClassName
{
border-color: #BBAB88;
}
</style>