Shades of Pavlova #BBAC81
Tints of Pavlova #BBAC81
RGB
CMYK
RGB Variations
Color information
#BBAC81 (or 0xBBAC81) is known color: Pavlova. HEX triplet: BB, AC and 81. RGB value is (187,172,129). Sum of RGB (Red+Green+Blue) = 187+172+129=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC81 is #44537E. Grayscale: #ABABAB. Windows color (decimal): -4477823 or 8498363. OLE color: 8498363.
HSL color Cylindrical-coordinate representation of color #BBAC81: hue angle of 44.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBAC81 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 129 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.27 |
| HSL | 44.48º | 0.3% | 0.62% | - |
| HSV(B) | 44.48º | 0.31% | 0.73% | - |
| XYZ | 39.21 | 41.65 | 26.74 | - |
| YUV | 171.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 129 | 0 | 0.08 | 0.31 | 0.27 | 44.48 | 0.3 | 0.62 |
| Hex | BB | AC | 81 | 0 | 8 | 1F | 1B | 2C | 1E | 3E |
| Octal | 273 | 254 | 201 | 0 | 10 | 37 | 33 | 54 | 36 | 76 |
| Binary | 10111011 | 10101100 | 10000001 | 0 | 1000 | 11111 | 11011 | 101100 | 11110 | 111110 |
Color Harmonies of #BBAC81
Complementary color
Monochromatic Colors of #BBAC81
Black with #BBAC81
Text Example
Text Example
White with #BBAC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC81; }
p { color: rgb(187,172,129); }
H1.HeaderClassName
{
color: #BBAC81;
}
.AnyTagClassName
{
color: #BBAC81;
}
</style>
background-color css
<style>
a { background-color: #BBAC81; }
a { background-color: rgb(187,172,129); }
div.DivClassName
{
background-color: #BBAC81;
}
.BgClassName
{
background-color: #BBAC81;
}
</style>
border-color css
<style>
span { border-color: #BBAC81; }
span { border-color: rgb(187,172,129); }
td.TdClassName
{
border-color: #BBAC81;
}
.TagClassName
{
border-color: #BBAC81;
}
</style>