Shades of Caper #BDCB89
Tints of Caper #BDCB89
RGB
CMYK
RGB Variations
Color information
#BDCB89 (or 0xBDCB89) is known color: Caper. HEX triplet: BD, CB and 89. RGB value is (189,203,137). Sum of RGB (Red+Green+Blue) = 189+203+137=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB89 is #423476. Grayscale: #BFBFBF. Windows color (decimal): -4338807 or 9030589. OLE color: 9030589.
HSL color Cylindrical-coordinate representation of color #BDCB89: hue angle of 72.73º degrees, saturation: 0.39, 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 #BDCB89 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 137 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.20 |
| HSL | 72.73º | 0.39% | 0.67% | - |
| HSV(B) | 72.73º | 0.33% | 0.8% | - |
| XYZ | 46.86 | 55.34 | 31.88 | - |
| YUV | 191.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 137 | 0.07 | 0 | 0.33 | 0.20 | 72.73 | 0.39 | 0.67 |
| Hex | BD | CB | 89 | 7 | 0 | 21 | 14 | 49 | 27 | 43 |
| Octal | 275 | 313 | 211 | 7 | 0 | 41 | 24 | 111 | 47 | 103 |
| Binary | 10111101 | 11001011 | 10001001 | 111 | 0 | 100001 | 10100 | 1001001 | 100111 | 1000011 |
Color Harmonies of #BDCB89
Complementary color
Monochromatic Colors of #BDCB89
Black with #BDCB89
Text Example
Text Example
White with #BDCB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB89; }
p { color: rgb(189,203,137); }
H1.HeaderClassName
{
color: #BDCB89;
}
.AnyTagClassName
{
color: #BDCB89;
}
</style>
background-color css
<style>
a { background-color: #BDCB89; }
a { background-color: rgb(189,203,137); }
div.DivClassName
{
background-color: #BDCB89;
}
.BgClassName
{
background-color: #BDCB89;
}
</style>
border-color css
<style>
span { border-color: #BDCB89; }
span { border-color: rgb(189,203,137); }
td.TdClassName
{
border-color: #BDCB89;
}
.TagClassName
{
border-color: #BDCB89;
}
</style>