Shades of Pavlova #BCA890
Tints of Pavlova #BCA890
RGB
CMYK
RGB Variations
Color information
#BCA890 (or 0xBCA890) is known color: Pavlova. HEX triplet: BC, A8 and 90. RGB value is (188,168,144). Sum of RGB (Red+Green+Blue) = 188+168+144=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA890 is #43576F. Grayscale: #ABABAB. Windows color (decimal): -4413296 or 9480380. OLE color: 9480380.
HSL color Cylindrical-coordinate representation of color #BCA890: hue angle of 32.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA890 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 144 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.26 |
| HSL | 32.73º | 0.25% | 0.65% | - |
| HSV(B) | 32.73º | 0.23% | 0.74% | - |
| XYZ | 39.78 | 40.71 | 32.15 | - |
| YUV | 171.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 144 | 0 | 0.11 | 0.23 | 0.26 | 32.73 | 0.25 | 0.65 |
| Hex | BC | A8 | 90 | 0 | B | 17 | 1A | 21 | 19 | 41 |
| Octal | 274 | 250 | 220 | 0 | 13 | 27 | 32 | 41 | 31 | 101 |
| Binary | 10111100 | 10101000 | 10010000 | 0 | 1011 | 10111 | 11010 | 100001 | 11001 | 1000001 |
Color Harmonies of #BCA890
Complementary color
Monochromatic Colors of #BCA890
Black with #BCA890
Text Example
Text Example
White with #BCA890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA890; }
p { color: rgb(188,168,144); }
H1.HeaderClassName
{
color: #BCA890;
}
.AnyTagClassName
{
color: #BCA890;
}
</style>
background-color css
<style>
a { background-color: #BCA890; }
a { background-color: rgb(188,168,144); }
div.DivClassName
{
background-color: #BCA890;
}
.BgClassName
{
background-color: #BCA890;
}
</style>
border-color css
<style>
span { border-color: #BCA890; }
span { border-color: rgb(188,168,144); }
td.TdClassName
{
border-color: #BCA890;
}
.TagClassName
{
border-color: #BCA890;
}
</style>