Shades of Pavlova #BBAB8C
Tints of Pavlova #BBAB8C
RGB
CMYK
RGB Variations
Color information
#BBAB8C (or 0xBBAB8C) is known color: Pavlova. HEX triplet: BB, AB and 8C. RGB value is (187,171,140). Sum of RGB (Red+Green+Blue) = 187+171+140=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB8C is #445473. Grayscale: #ACACAC. Windows color (decimal): -4478068 or 9219003. OLE color: 9219003.
HSL color Cylindrical-coordinate representation of color #BBAB8C: hue angle of 39.57º degrees, saturation: 0.26, 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 #BBAB8C is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 140 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.27 |
| HSL | 39.57º | 0.26% | 0.64% | - |
| HSV(B) | 39.57º | 0.25% | 0.73% | - |
| XYZ | 39.79 | 41.58 | 30.74 | - |
| YUV | 172.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 140 | 0 | 0.09 | 0.25 | 0.27 | 39.57 | 0.26 | 0.64 |
| Hex | BB | AB | 8C | 0 | 9 | 19 | 1B | 28 | 1A | 40 |
| Octal | 273 | 253 | 214 | 0 | 11 | 31 | 33 | 50 | 32 | 100 |
| Binary | 10111011 | 10101011 | 10001100 | 0 | 1001 | 11001 | 11011 | 101000 | 11010 | 1000000 |
Color Harmonies of #BBAB8C
Complementary color
Monochromatic Colors of #BBAB8C
Black with #BBAB8C
Text Example
Text Example
White with #BBAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB8C; }
p { color: rgb(187,171,140); }
H1.HeaderClassName
{
color: #BBAB8C;
}
.AnyTagClassName
{
color: #BBAB8C;
}
</style>
background-color css
<style>
a { background-color: #BBAB8C; }
a { background-color: rgb(187,171,140); }
div.DivClassName
{
background-color: #BBAB8C;
}
.BgClassName
{
background-color: #BBAB8C;
}
</style>
border-color css
<style>
span { border-color: #BBAB8C; }
span { border-color: rgb(187,171,140); }
td.TdClassName
{
border-color: #BBAB8C;
}
.TagClassName
{
border-color: #BBAB8C;
}
</style>