Shades of Pavlova #BBAC8F
Tints of Pavlova #BBAC8F
RGB
CMYK
RGB Variations
Color information
#BBAC8F (or 0xBBAC8F) is known color: Pavlova. HEX triplet: BB, AC and 8F. RGB value is (187,172,143). Sum of RGB (Red+Green+Blue) = 187+172+143=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC8F is #445370. Grayscale: #ADADAD. Windows color (decimal): -4477809 or 9415867. OLE color: 9415867.
HSL color Cylindrical-coordinate representation of color #BBAC8F: hue angle of 39.55º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBAC8F is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 143 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.27 |
| HSL | 39.55º | 0.24% | 0.65% | - |
| HSV(B) | 39.55º | 0.24% | 0.73% | - |
| XYZ | 40.2 | 42.05 | 31.98 | - |
| YUV | 173.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 143 | 0 | 0.08 | 0.24 | 0.27 | 39.55 | 0.24 | 0.65 |
| Hex | BB | AC | 8F | 0 | 8 | 18 | 1B | 28 | 18 | 41 |
| Octal | 273 | 254 | 217 | 0 | 10 | 30 | 33 | 50 | 30 | 101 |
| Binary | 10111011 | 10101100 | 10001111 | 0 | 1000 | 11000 | 11011 | 101000 | 11000 | 1000001 |
Color Harmonies of #BBAC8F
Complementary color
Monochromatic Colors of #BBAC8F
Black with #BBAC8F
Text Example
Text Example
White with #BBAC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC8F; }
p { color: rgb(187,172,143); }
H1.HeaderClassName
{
color: #BBAC8F;
}
.AnyTagClassName
{
color: #BBAC8F;
}
</style>
background-color css
<style>
a { background-color: #BBAC8F; }
a { background-color: rgb(187,172,143); }
div.DivClassName
{
background-color: #BBAC8F;
}
.BgClassName
{
background-color: #BBAC8F;
}
</style>
border-color css
<style>
span { border-color: #BBAC8F; }
span { border-color: rgb(187,172,143); }
td.TdClassName
{
border-color: #BBAC8F;
}
.TagClassName
{
border-color: #BBAC8F;
}
</style>