Shades of Caper #BDCC89
Tints of Caper #BDCC89
RGB
CMYK
RGB Variations
Color information
#BDCC89 (or 0xBDCC89) is known color: Caper. HEX triplet: BD, CC and 89. RGB value is (189,204,137). Sum of RGB (Red+Green+Blue) = 189+204+137=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC89 is #423376. Grayscale: #C0C0C0. Windows color (decimal): -4338551 or 9030845. OLE color: 9030845.
HSL color Cylindrical-coordinate representation of color #BDCC89: hue angle of 73.43º 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 #BDCC89 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 137 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.2 |
| HSL | 73.43º | 0.4% | 0.67% | - |
| HSV(B) | 73.43º | 0.33% | 0.8% | - |
| XYZ | 47.09 | 55.81 | 31.96 | - |
| YUV | 191.88 | 97.03 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 137 | 0.07 | 0 | 0.33 | 0.2 | 73.43 | 0.4 | 0.67 |
| Hex | BD | CC | 89 | 7 | 0 | 21 | 14 | 49 | 28 | 43 |
| Octal | 275 | 314 | 211 | 7 | 0 | 41 | 24 | 111 | 50 | 103 |
| Binary | 10111101 | 11001100 | 10001001 | 111 | 0 | 100001 | 10100 | 1001001 | 101000 | 1000011 |
Color Harmonies of #BDCC89
Complementary color
Monochromatic Colors of #BDCC89
Black with #BDCC89
Text Example
Text Example
White with #BDCC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCC89; }
p { color: rgb(189,204,137); }
H1.HeaderClassName
{
color: #BDCC89;
}
.AnyTagClassName
{
color: #BDCC89;
}
</style>
background-color css
<style>
a { background-color: #BDCC89; }
a { background-color: rgb(189,204,137); }
div.DivClassName
{
background-color: #BDCC89;
}
.BgClassName
{
background-color: #BDCC89;
}
</style>
border-color css
<style>
span { border-color: #BDCC89; }
span { border-color: rgb(189,204,137); }
td.TdClassName
{
border-color: #BDCC89;
}
.TagClassName
{
border-color: #BDCC89;
}
</style>