Shades of Pavlova #BBAB8D
Tints of Pavlova #BBAB8D
RGB
CMYK
RGB Variations
Color information
#BBAB8D (or 0xBBAB8D) is known color: Pavlova. HEX triplet: BB, AB and 8D. RGB value is (187,171,141). Sum of RGB (Red+Green+Blue) = 187+171+141=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB8D is #445472. Grayscale: #ACACAC. Windows color (decimal): -4478067 or 9284539. OLE color: 9284539.
HSL color Cylindrical-coordinate representation of color #BBAB8D: hue angle of 39.13º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBAB8D is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 141 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.27 |
| HSL | 39.13º | 0.25% | 0.64% | - |
| HSV(B) | 39.13º | 0.25% | 0.73% | - |
| XYZ | 39.86 | 41.61 | 31.13 | - |
| YUV | 172.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 141 | 0 | 0.09 | 0.25 | 0.27 | 39.13 | 0.25 | 0.64 |
| Hex | BB | AB | 8D | 0 | 9 | 19 | 1B | 27 | 19 | 40 |
| Octal | 273 | 253 | 215 | 0 | 11 | 31 | 33 | 47 | 31 | 100 |
| Binary | 10111011 | 10101011 | 10001101 | 0 | 1001 | 11001 | 11011 | 100111 | 11001 | 1000000 |
Color Harmonies of #BBAB8D
Complementary color
Monochromatic Colors of #BBAB8D
Black with #BBAB8D
Text Example
Text Example
White with #BBAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB8D; }
p { color: rgb(187,171,141); }
H1.HeaderClassName
{
color: #BBAB8D;
}
.AnyTagClassName
{
color: #BBAB8D;
}
</style>
background-color css
<style>
a { background-color: #BBAB8D; }
a { background-color: rgb(187,171,141); }
div.DivClassName
{
background-color: #BBAB8D;
}
.BgClassName
{
background-color: #BBAB8D;
}
</style>
border-color css
<style>
span { border-color: #BBAB8D; }
span { border-color: rgb(187,171,141); }
td.TdClassName
{
border-color: #BBAB8D;
}
.TagClassName
{
border-color: #BBAB8D;
}
</style>