Shades of Caper #BDCB8A
Tints of Caper #BDCB8A
RGB
CMYK
RGB Variations
Color information
#BDCB8A (or 0xBDCB8A) is known color: Caper. HEX triplet: BD, CB and 8A. RGB value is (189,203,138). Sum of RGB (Red+Green+Blue) = 189+203+138=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB8A is #423475. Grayscale: #BFBFBF. Windows color (decimal): -4338806 or 9096125. OLE color: 9096125.
HSL color Cylindrical-coordinate representation of color #BDCB8A: hue angle of 72.92º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDCB8A is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 138 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.20 |
| HSL | 72.92º | 0.38% | 0.67% | - |
| HSV(B) | 72.92º | 0.32% | 0.8% | - |
| XYZ | 46.93 | 55.37 | 32.26 | - |
| YUV | 191.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 138 | 0.07 | 0 | 0.32 | 0.20 | 72.92 | 0.38 | 0.67 |
| Hex | BD | CB | 8A | 7 | 0 | 20 | 14 | 49 | 26 | 43 |
| Octal | 275 | 313 | 212 | 7 | 0 | 40 | 24 | 111 | 46 | 103 |
| Binary | 10111101 | 11001011 | 10001010 | 111 | 0 | 100000 | 10100 | 1001001 | 100110 | 1000011 |
Color Harmonies of #BDCB8A
Complementary color
Monochromatic Colors of #BDCB8A
Black with #BDCB8A
Text Example
Text Example
White with #BDCB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB8A; }
p { color: rgb(189,203,138); }
H1.HeaderClassName
{
color: #BDCB8A;
}
.AnyTagClassName
{
color: #BDCB8A;
}
</style>
background-color css
<style>
a { background-color: #BDCB8A; }
a { background-color: rgb(189,203,138); }
div.DivClassName
{
background-color: #BDCB8A;
}
.BgClassName
{
background-color: #BDCB8A;
}
</style>
border-color css
<style>
span { border-color: #BDCB8A; }
span { border-color: rgb(189,203,138); }
td.TdClassName
{
border-color: #BDCB8A;
}
.TagClassName
{
border-color: #BDCB8A;
}
</style>