Shades of Pavlova #BBA88C
Tints of Pavlova #BBA88C
RGB
CMYK
RGB Variations
Color information
#BBA88C (or 0xBBA88C) is known color: Pavlova. HEX triplet: BB, A8 and 8C. RGB value is (187,168,140). Sum of RGB (Red+Green+Blue) = 187+168+140=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA88C is #445773. Grayscale: #AAAAAA. Windows color (decimal): -4478836 or 9218235. OLE color: 9218235.
HSL color Cylindrical-coordinate representation of color #BBA88C: hue angle of 35.74º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA88C is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 140 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.27 |
| HSL | 35.74º | 0.26% | 0.64% | - |
| HSV(B) | 35.74º | 0.25% | 0.73% | - |
| XYZ | 39.23 | 40.46 | 30.55 | - |
| YUV | 170.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 140 | 0 | 0.10 | 0.25 | 0.27 | 35.74 | 0.26 | 0.64 |
| Hex | BB | A8 | 8C | 0 | A | 19 | 1B | 24 | 1A | 40 |
| Octal | 273 | 250 | 214 | 0 | 12 | 31 | 33 | 44 | 32 | 100 |
| Binary | 10111011 | 10101000 | 10001100 | 0 | 1010 | 11001 | 11011 | 100100 | 11010 | 1000000 |
Color Harmonies of #BBA88C
Complementary color
Monochromatic Colors of #BBA88C
Black with #BBA88C
Text Example
Text Example
White with #BBA88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA88C; }
p { color: rgb(187,168,140); }
H1.HeaderClassName
{
color: #BBA88C;
}
.AnyTagClassName
{
color: #BBA88C;
}
</style>
background-color css
<style>
a { background-color: #BBA88C; }
a { background-color: rgb(187,168,140); }
div.DivClassName
{
background-color: #BBA88C;
}
.BgClassName
{
background-color: #BBA88C;
}
</style>
border-color css
<style>
span { border-color: #BBA88C; }
span { border-color: rgb(187,168,140); }
td.TdClassName
{
border-color: #BBA88C;
}
.TagClassName
{
border-color: #BBA88C;
}
</style>