Shades of Pavlova #BBA687
Tints of Pavlova #BBA687
RGB
CMYK
RGB Variations
Color information
#BBA687 (or 0xBBA687) is known color: Pavlova. HEX triplet: BB, A6 and 87. RGB value is (187,166,135). Sum of RGB (Red+Green+Blue) = 187+166+135=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA687 is #445978. Grayscale: #A8A8A8. Windows color (decimal): -4479353 or 8890043. OLE color: 8890043.
HSL color Cylindrical-coordinate representation of color #BBA687: hue angle of 35.77º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA687 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 135 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.27 |
| HSL | 35.77º | 0.28% | 0.63% | - |
| HSV(B) | 35.77º | 0.28% | 0.73% | - |
| XYZ | 38.5 | 39.59 | 28.53 | - |
| YUV | 168.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 135 | 0 | 0.11 | 0.28 | 0.27 | 35.77 | 0.28 | 0.63 |
| Hex | BB | A6 | 87 | 0 | B | 1C | 1B | 24 | 1C | 3F |
| Octal | 273 | 246 | 207 | 0 | 13 | 34 | 33 | 44 | 34 | 77 |
| Binary | 10111011 | 10100110 | 10000111 | 0 | 1011 | 11100 | 11011 | 100100 | 11100 | 111111 |
Color Harmonies of #BBA687
Complementary color
Monochromatic Colors of #BBA687
Black with #BBA687
Text Example
Text Example
White with #BBA687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA687; }
p { color: rgb(187,166,135); }
H1.HeaderClassName
{
color: #BBA687;
}
.AnyTagClassName
{
color: #BBA687;
}
</style>
background-color css
<style>
a { background-color: #BBA687; }
a { background-color: rgb(187,166,135); }
div.DivClassName
{
background-color: #BBA687;
}
.BgClassName
{
background-color: #BBA687;
}
</style>
border-color css
<style>
span { border-color: #BBA687; }
span { border-color: rgb(187,166,135); }
td.TdClassName
{
border-color: #BBA687;
}
.TagClassName
{
border-color: #BBA687;
}
</style>