Shades of Caper #BCCC89
Tints of Caper #BCCC89
RGB
CMYK
RGB Variations
Color information
#BCCC89 (or 0xBCCC89) is known color: Caper. HEX triplet: BC, CC and 89. RGB value is (188,204,137). Sum of RGB (Red+Green+Blue) = 188+204+137=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC89 is #433376. Grayscale: #BFBFBF. Windows color (decimal): -4404087 or 9030844. OLE color: 9030844.
HSL color Cylindrical-coordinate representation of color #BCCC89: hue angle of 74.33º 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 #BCCC89 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 137 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.2 |
| HSL | 74.33º | 0.4% | 0.67% | - |
| HSV(B) | 74.33º | 0.33% | 0.8% | - |
| XYZ | 46.85 | 55.68 | 31.95 | - |
| YUV | 191.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 137 | 0.08 | 0 | 0.33 | 0.2 | 74.33 | 0.4 | 0.67 |
| Hex | BC | CC | 89 | 8 | 0 | 21 | 14 | 4A | 28 | 43 |
| Octal | 274 | 314 | 211 | 10 | 0 | 41 | 24 | 112 | 50 | 103 |
| Binary | 10111100 | 11001100 | 10001001 | 1000 | 0 | 100001 | 10100 | 1001010 | 101000 | 1000011 |
Color Harmonies of #BCCC89
Complementary color
Monochromatic Colors of #BCCC89
Black with #BCCC89
Text Example
Text Example
White with #BCCC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC89; }
p { color: rgb(188,204,137); }
H1.HeaderClassName
{
color: #BCCC89;
}
.AnyTagClassName
{
color: #BCCC89;
}
</style>
background-color css
<style>
a { background-color: #BCCC89; }
a { background-color: rgb(188,204,137); }
div.DivClassName
{
background-color: #BCCC89;
}
.BgClassName
{
background-color: #BCCC89;
}
</style>
border-color css
<style>
span { border-color: #BCCC89; }
span { border-color: rgb(188,204,137); }
td.TdClassName
{
border-color: #BCCC89;
}
.TagClassName
{
border-color: #BCCC89;
}
</style>