Shades of Pavlova #BBAC88
Tints of Pavlova #BBAC88
RGB
CMYK
RGB Variations
Color information
#BBAC88 (or 0xBBAC88) is known color: Pavlova. HEX triplet: BB, AC and 88. RGB value is (187,172,136). Sum of RGB (Red+Green+Blue) = 187+172+136=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC88 is #445377. Grayscale: #ACACAC. Windows color (decimal): -4477816 or 8957115. OLE color: 8957115.
HSL color Cylindrical-coordinate representation of color #BBAC88: hue angle of 42.35º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBAC88 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 136 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.27 |
| HSL | 42.35º | 0.27% | 0.63% | - |
| HSV(B) | 42.35º | 0.27% | 0.73% | - |
| XYZ | 39.69 | 41.85 | 29.28 | - |
| YUV | 172.38 | 107.47 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 136 | 0 | 0.08 | 0.27 | 0.27 | 42.35 | 0.27 | 0.63 |
| Hex | BB | AC | 88 | 0 | 8 | 1B | 1B | 2A | 1B | 3F |
| Octal | 273 | 254 | 210 | 0 | 10 | 33 | 33 | 52 | 33 | 77 |
| Binary | 10111011 | 10101100 | 10001000 | 0 | 1000 | 11011 | 11011 | 101010 | 11011 | 111111 |
Color Harmonies of #BBAC88
Complementary color
Monochromatic Colors of #BBAC88
Black with #BBAC88
Text Example
Text Example
White with #BBAC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC88; }
p { color: rgb(187,172,136); }
H1.HeaderClassName
{
color: #BBAC88;
}
.AnyTagClassName
{
color: #BBAC88;
}
</style>
background-color css
<style>
a { background-color: #BBAC88; }
a { background-color: rgb(187,172,136); }
div.DivClassName
{
background-color: #BBAC88;
}
.BgClassName
{
background-color: #BBAC88;
}
</style>
border-color css
<style>
span { border-color: #BBAC88; }
span { border-color: rgb(187,172,136); }
td.TdClassName
{
border-color: #BBAC88;
}
.TagClassName
{
border-color: #BBAC88;
}
</style>