Shades of Pavlova #BBAB80
Tints of Pavlova #BBAB80
RGB
CMYK
RGB Variations
Color information
#BBAB80 (or 0xBBAB80) is known color: Pavlova. HEX triplet: BB, AB and 80. RGB value is (187,171,128). Sum of RGB (Red+Green+Blue) = 187+171+128=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB80 is #44547F. Grayscale: #ABABAB. Windows color (decimal): -4478080 or 8432571. OLE color: 8432571.
HSL color Cylindrical-coordinate representation of color #BBAB80: hue angle of 43.73º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBAB80 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 128 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.27 |
| HSL | 43.73º | 0.3% | 0.62% | - |
| HSV(B) | 43.73º | 0.32% | 0.73% | - |
| XYZ | 38.95 | 41.25 | 26.33 | - |
| YUV | 170.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 128 | 0 | 0.09 | 0.32 | 0.27 | 43.73 | 0.3 | 0.62 |
| Hex | BB | AB | 80 | 0 | 9 | 20 | 1B | 2C | 1E | 3E |
| Octal | 273 | 253 | 200 | 0 | 11 | 40 | 33 | 54 | 36 | 76 |
| Binary | 10111011 | 10101011 | 10000000 | 0 | 1001 | 100000 | 11011 | 101100 | 11110 | 111110 |
Color Harmonies of #BBAB80
Complementary color
Monochromatic Colors of #BBAB80
Black with #BBAB80
Text Example
Text Example
White with #BBAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB80; }
p { color: rgb(187,171,128); }
H1.HeaderClassName
{
color: #BBAB80;
}
.AnyTagClassName
{
color: #BBAB80;
}
</style>
background-color css
<style>
a { background-color: #BBAB80; }
a { background-color: rgb(187,171,128); }
div.DivClassName
{
background-color: #BBAB80;
}
.BgClassName
{
background-color: #BBAB80;
}
</style>
border-color css
<style>
span { border-color: #BBAB80; }
span { border-color: rgb(187,171,128); }
td.TdClassName
{
border-color: #BBAB80;
}
.TagClassName
{
border-color: #BBAB80;
}
</style>