Shades of Caper #BDCB88
Tints of Caper #BDCB88
RGB
CMYK
RGB Variations
Color information
#BDCB88 (or 0xBDCB88) is known color: Caper. HEX triplet: BD, CB and 88. RGB value is (189,203,136). Sum of RGB (Red+Green+Blue) = 189+203+136=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB88 is #423477. Grayscale: #BFBFBF. Windows color (decimal): -4338808 or 8965053. OLE color: 8965053.
HSL color Cylindrical-coordinate representation of color #BDCB88: hue angle of 72.54º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDCB88 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 136 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.20 |
| HSL | 72.54º | 0.39% | 0.66% | - |
| HSV(B) | 72.54º | 0.33% | 0.8% | - |
| XYZ | 46.79 | 55.31 | 31.5 | - |
| YUV | 191.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 136 | 0.07 | 0 | 0.33 | 0.20 | 72.54 | 0.39 | 0.66 |
| Hex | BD | CB | 88 | 7 | 0 | 21 | 14 | 49 | 27 | 42 |
| Octal | 275 | 313 | 210 | 7 | 0 | 41 | 24 | 111 | 47 | 102 |
| Binary | 10111101 | 11001011 | 10001000 | 111 | 0 | 100001 | 10100 | 1001001 | 100111 | 1000010 |
Color Harmonies of #BDCB88
Complementary color
Monochromatic Colors of #BDCB88
Black with #BDCB88
Text Example
Text Example
White with #BDCB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB88; }
p { color: rgb(189,203,136); }
H1.HeaderClassName
{
color: #BDCB88;
}
.AnyTagClassName
{
color: #BDCB88;
}
</style>
background-color css
<style>
a { background-color: #BDCB88; }
a { background-color: rgb(189,203,136); }
div.DivClassName
{
background-color: #BDCB88;
}
.BgClassName
{
background-color: #BDCB88;
}
</style>
border-color css
<style>
span { border-color: #BDCB88; }
span { border-color: rgb(189,203,136); }
td.TdClassName
{
border-color: #BDCB88;
}
.TagClassName
{
border-color: #BDCB88;
}
</style>