Shades of Caper #BCCD89
Tints of Caper #BCCD89
RGB
CMYK
RGB Variations
Color information
#BCCD89 (or 0xBCCD89) is known color: Caper. HEX triplet: BC, CD and 89. RGB value is (188,205,137). Sum of RGB (Red+Green+Blue) = 188+205+137=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD89 is #433276. Grayscale: #C0C0C0. Windows color (decimal): -4403831 or 9031100. OLE color: 9031100.
HSL color Cylindrical-coordinate representation of color #BCCD89: hue angle of 75º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCCD89 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 137 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.20 |
| HSL | 75º | 0.4% | 0.67% | - |
| HSV(B) | 75º | 0.33% | 0.8% | - |
| XYZ | 47.09 | 56.16 | 32.03 | - |
| YUV | 192.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 137 | 0.08 | 0 | 0.33 | 0.20 | 75 | 0.4 | 0.67 |
| Hex | BC | CD | 89 | 8 | 0 | 21 | 14 | 4B | 28 | 43 |
| Octal | 274 | 315 | 211 | 10 | 0 | 41 | 24 | 113 | 50 | 103 |
| Binary | 10111100 | 11001101 | 10001001 | 1000 | 0 | 100001 | 10100 | 1001011 | 101000 | 1000011 |
Color Harmonies of #BCCD89
Complementary color
Monochromatic Colors of #BCCD89
Black with #BCCD89
Text Example
Text Example
White with #BCCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD89; }
p { color: rgb(188,205,137); }
H1.HeaderClassName
{
color: #BCCD89;
}
.AnyTagClassName
{
color: #BCCD89;
}
</style>
background-color css
<style>
a { background-color: #BCCD89; }
a { background-color: rgb(188,205,137); }
div.DivClassName
{
background-color: #BCCD89;
}
.BgClassName
{
background-color: #BCCD89;
}
</style>
border-color css
<style>
span { border-color: #BCCD89; }
span { border-color: rgb(188,205,137); }
td.TdClassName
{
border-color: #BCCD89;
}
.TagClassName
{
border-color: #BCCD89;
}
</style>