Shades of Pavlova #BCA990
Tints of Pavlova #BCA990
RGB
CMYK
RGB Variations
Color information
#BCA990 (or 0xBCA990) is known color: Pavlova. HEX triplet: BC, A9 and 90. RGB value is (188,169,144). Sum of RGB (Red+Green+Blue) = 188+169+144=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA990 is #43566F. Grayscale: #ABABAB. Windows color (decimal): -4413040 or 9480636. OLE color: 9480636.
HSL color Cylindrical-coordinate representation of color #BCA990: hue angle of 34.09º 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 #BCA990 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 144 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.26 |
| HSL | 34.09º | 0.25% | 0.65% | - |
| HSV(B) | 34.09º | 0.23% | 0.74% | - |
| XYZ | 39.96 | 41.08 | 32.21 | - |
| YUV | 171.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 144 | 0 | 0.10 | 0.23 | 0.26 | 34.09 | 0.25 | 0.65 |
| Hex | BC | A9 | 90 | 0 | A | 17 | 1A | 22 | 19 | 41 |
| Octal | 274 | 251 | 220 | 0 | 12 | 27 | 32 | 42 | 31 | 101 |
| Binary | 10111100 | 10101001 | 10010000 | 0 | 1010 | 10111 | 11010 | 100010 | 11001 | 1000001 |
Color Harmonies of #BCA990
Complementary color
Monochromatic Colors of #BCA990
Black with #BCA990
Text Example
Text Example
White with #BCA990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA990; }
p { color: rgb(188,169,144); }
H1.HeaderClassName
{
color: #BCA990;
}
.AnyTagClassName
{
color: #BCA990;
}
</style>
background-color css
<style>
a { background-color: #BCA990; }
a { background-color: rgb(188,169,144); }
div.DivClassName
{
background-color: #BCA990;
}
.BgClassName
{
background-color: #BCA990;
}
</style>
border-color css
<style>
span { border-color: #BCA990; }
span { border-color: rgb(188,169,144); }
td.TdClassName
{
border-color: #BCA990;
}
.TagClassName
{
border-color: #BCA990;
}
</style>