Shades of Pavlova #BCAB90
Tints of Pavlova #BCAB90
RGB
CMYK
RGB Variations
Color information
#BCAB90 (or 0xBCAB90) is known color: Pavlova. HEX triplet: BC, AB and 90. RGB value is (188,171,144). Sum of RGB (Red+Green+Blue) = 188+171+144=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB90 is #43546F. Grayscale: #ADADAD. Windows color (decimal): -4412528 or 9481148. OLE color: 9481148.
HSL color Cylindrical-coordinate representation of color #BCAB90: hue angle of 36.82º 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 #BCAB90 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 171 | 144 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.26 |
| HSL | 36.82º | 0.25% | 0.65% | - |
| HSV(B) | 36.82º | 0.23% | 0.74% | - |
| XYZ | 40.34 | 41.83 | 32.33 | - |
| YUV | 173.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 171 | 144 | 0 | 0.09 | 0.23 | 0.26 | 36.82 | 0.25 | 0.65 |
| Hex | BC | AB | 90 | 0 | 9 | 17 | 1A | 25 | 19 | 41 |
| Octal | 274 | 253 | 220 | 0 | 11 | 27 | 32 | 45 | 31 | 101 |
| Binary | 10111100 | 10101011 | 10010000 | 0 | 1001 | 10111 | 11010 | 100101 | 11001 | 1000001 |
Color Harmonies of #BCAB90
Complementary color
Monochromatic Colors of #BCAB90
Black with #BCAB90
Text Example
Text Example
White with #BCAB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAB90; }
p { color: rgb(188,171,144); }
H1.HeaderClassName
{
color: #BCAB90;
}
.AnyTagClassName
{
color: #BCAB90;
}
</style>
background-color css
<style>
a { background-color: #BCAB90; }
a { background-color: rgb(188,171,144); }
div.DivClassName
{
background-color: #BCAB90;
}
.BgClassName
{
background-color: #BCAB90;
}
</style>
border-color css
<style>
span { border-color: #BCAB90; }
span { border-color: rgb(188,171,144); }
td.TdClassName
{
border-color: #BCAB90;
}
.TagClassName
{
border-color: #BCAB90;
}
</style>