Shades of Pavlova #BCA889
Tints of Pavlova #BCA889
RGB
CMYK
RGB Variations
Color information
#BCA889 (or 0xBCA889) is known color: Pavlova. HEX triplet: BC, A8 and 89. RGB value is (188,168,137). Sum of RGB (Red+Green+Blue) = 188+168+137=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA889 is #435776. Grayscale: #AAAAAA. Windows color (decimal): -4413303 or 9021628. OLE color: 9021628.
HSL color Cylindrical-coordinate representation of color #BCA889: hue angle of 36.47º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCA889 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 137 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.26 |
| HSL | 36.47º | 0.28% | 0.64% | - |
| HSV(B) | 36.47º | 0.27% | 0.74% | - |
| XYZ | 39.26 | 40.5 | 29.42 | - |
| YUV | 170.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 137 | 0 | 0.11 | 0.27 | 0.26 | 36.47 | 0.28 | 0.64 |
| Hex | BC | A8 | 89 | 0 | B | 1B | 1A | 24 | 1C | 40 |
| Octal | 274 | 250 | 211 | 0 | 13 | 33 | 32 | 44 | 34 | 100 |
| Binary | 10111100 | 10101000 | 10001001 | 0 | 1011 | 11011 | 11010 | 100100 | 11100 | 1000000 |
Color Harmonies of #BCA889
Complementary color
Monochromatic Colors of #BCA889
Black with #BCA889
Text Example
Text Example
White with #BCA889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA889; }
p { color: rgb(188,168,137); }
H1.HeaderClassName
{
color: #BCA889;
}
.AnyTagClassName
{
color: #BCA889;
}
</style>
background-color css
<style>
a { background-color: #BCA889; }
a { background-color: rgb(188,168,137); }
div.DivClassName
{
background-color: #BCA889;
}
.BgClassName
{
background-color: #BCA889;
}
</style>
border-color css
<style>
span { border-color: #BCA889; }
span { border-color: rgb(188,168,137); }
td.TdClassName
{
border-color: #BCA889;
}
.TagClassName
{
border-color: #BCA889;
}
</style>