Shades of Caper #BDCE80
Tints of Caper #BDCE80
RGB
CMYK
RGB Variations
Color information
#BDCE80 (or 0xBDCE80) is known color: Caper. HEX triplet: BD, CE and 80. RGB value is (189,206,128). Sum of RGB (Red+Green+Blue) = 189+206+128=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE80 is #42317F. Grayscale: #C0C0C0. Windows color (decimal): -4338048 or 8441533. OLE color: 8441533.
HSL color Cylindrical-coordinate representation of color #BDCE80: hue angle of 73.08º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDCE80 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 128 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.19 |
| HSL | 73.08º | 0.44% | 0.65% | - |
| HSV(B) | 73.08º | 0.38% | 0.81% | - |
| XYZ | 46.95 | 56.52 | 28.86 | - |
| YUV | 192.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 128 | 0.08 | 0 | 0.38 | 0.19 | 73.08 | 0.44 | 0.65 |
| Hex | BD | CE | 80 | 8 | 0 | 26 | 13 | 49 | 2C | 41 |
| Octal | 275 | 316 | 200 | 10 | 0 | 46 | 23 | 111 | 54 | 101 |
| Binary | 10111101 | 11001110 | 10000000 | 1000 | 0 | 100110 | 10011 | 1001001 | 101100 | 1000001 |
Color Harmonies of #BDCE80
Complementary color
Monochromatic Colors of #BDCE80
Black with #BDCE80
Text Example
Text Example
White with #BDCE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE80; }
p { color: rgb(189,206,128); }
H1.HeaderClassName
{
color: #BDCE80;
}
.AnyTagClassName
{
color: #BDCE80;
}
</style>
background-color css
<style>
a { background-color: #BDCE80; }
a { background-color: rgb(189,206,128); }
div.DivClassName
{
background-color: #BDCE80;
}
.BgClassName
{
background-color: #BDCE80;
}
</style>
border-color css
<style>
span { border-color: #BDCE80; }
span { border-color: rgb(189,206,128); }
td.TdClassName
{
border-color: #BDCE80;
}
.TagClassName
{
border-color: #BDCE80;
}
</style>