Shades of Pavlova #BBAB8A
Tints of Pavlova #BBAB8A
RGB
CMYK
RGB Variations
Color information
#BBAB8A (or 0xBBAB8A) is known color: Pavlova. HEX triplet: BB, AB and 8A. RGB value is (187,171,138). Sum of RGB (Red+Green+Blue) = 187+171+138=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB8A is #445475. Grayscale: #ACACAC. Windows color (decimal): -4478070 or 9087931. OLE color: 9087931.
HSL color Cylindrical-coordinate representation of color #BBAB8A: hue angle of 40.41º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBAB8A is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 138 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.27 |
| HSL | 40.41º | 0.26% | 0.64% | - |
| HSV(B) | 40.41º | 0.26% | 0.73% | - |
| XYZ | 39.64 | 41.53 | 29.97 | - |
| YUV | 172.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 138 | 0 | 0.09 | 0.26 | 0.27 | 40.41 | 0.26 | 0.64 |
| Hex | BB | AB | 8A | 0 | 9 | 1A | 1B | 28 | 1A | 40 |
| Octal | 273 | 253 | 212 | 0 | 11 | 32 | 33 | 50 | 32 | 100 |
| Binary | 10111011 | 10101011 | 10001010 | 0 | 1001 | 11010 | 11011 | 101000 | 11010 | 1000000 |
Color Harmonies of #BBAB8A
Complementary color
Monochromatic Colors of #BBAB8A
Black with #BBAB8A
Text Example
Text Example
White with #BBAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB8A; }
p { color: rgb(187,171,138); }
H1.HeaderClassName
{
color: #BBAB8A;
}
.AnyTagClassName
{
color: #BBAB8A;
}
</style>
background-color css
<style>
a { background-color: #BBAB8A; }
a { background-color: rgb(187,171,138); }
div.DivClassName
{
background-color: #BBAB8A;
}
.BgClassName
{
background-color: #BBAB8A;
}
</style>
border-color css
<style>
span { border-color: #BBAB8A; }
span { border-color: rgb(187,171,138); }
td.TdClassName
{
border-color: #BBAB8A;
}
.TagClassName
{
border-color: #BBAB8A;
}
</style>