Shades of Caper #BDCE8B
Tints of Caper #BDCE8B
RGB
CMYK
RGB Variations
Color information
#BDCE8B (or 0xBDCE8B) is known color: Caper. HEX triplet: BD, CE and 8B. RGB value is (189,206,139). Sum of RGB (Red+Green+Blue) = 189+206+139=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE8B is #423174. Grayscale: #C1C1C1. Windows color (decimal): -4338037 or 9162429. OLE color: 9162429.
HSL color Cylindrical-coordinate representation of color #BDCE8B: hue angle of 75.22º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDCE8B is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 139 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.19 |
| HSL | 75.22º | 0.41% | 0.68% | - |
| HSV(B) | 75.22º | 0.33% | 0.81% | - |
| XYZ | 47.72 | 56.83 | 32.88 | - |
| YUV | 193.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 139 | 0.08 | 0 | 0.33 | 0.19 | 75.22 | 0.41 | 0.68 |
| Hex | BD | CE | 8B | 8 | 0 | 21 | 13 | 4B | 29 | 44 |
| Octal | 275 | 316 | 213 | 10 | 0 | 41 | 23 | 113 | 51 | 104 |
| Binary | 10111101 | 11001110 | 10001011 | 1000 | 0 | 100001 | 10011 | 1001011 | 101001 | 1000100 |
Color Harmonies of #BDCE8B
Complementary color
Monochromatic Colors of #BDCE8B
Black with #BDCE8B
Text Example
Text Example
White with #BDCE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE8B; }
p { color: rgb(189,206,139); }
H1.HeaderClassName
{
color: #BDCE8B;
}
.AnyTagClassName
{
color: #BDCE8B;
}
</style>
background-color css
<style>
a { background-color: #BDCE8B; }
a { background-color: rgb(189,206,139); }
div.DivClassName
{
background-color: #BDCE8B;
}
.BgClassName
{
background-color: #BDCE8B;
}
</style>
border-color css
<style>
span { border-color: #BDCE8B; }
span { border-color: rgb(189,206,139); }
td.TdClassName
{
border-color: #BDCE8B;
}
.TagClassName
{
border-color: #BDCE8B;
}
</style>