Shades of Caper #BDCF80
Tints of Caper #BDCF80
RGB
CMYK
RGB Variations
Color information
#BDCF80 (or 0xBDCF80) is known color: Caper. HEX triplet: BD, CF and 80. RGB value is (189,207,128). Sum of RGB (Red+Green+Blue) = 189+207+128=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCF80 is #42307F. Grayscale: #C0C0C0. Windows color (decimal): -4337792 or 8441789. OLE color: 8441789.
HSL color Cylindrical-coordinate representation of color #BDCF80: hue angle of 73.67º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDCF80 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 128 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.19 |
| HSL | 73.67º | 0.45% | 0.66% | - |
| HSV(B) | 73.67º | 0.38% | 0.81% | - |
| XYZ | 47.2 | 57 | 28.94 | - |
| YUV | 192.61 | 91.54 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 128 | 0.09 | 0 | 0.38 | 0.19 | 73.67 | 0.45 | 0.66 |
| Hex | BD | CF | 80 | 9 | 0 | 26 | 13 | 4A | 2D | 42 |
| Octal | 275 | 317 | 200 | 11 | 0 | 46 | 23 | 112 | 55 | 102 |
| Binary | 10111101 | 11001111 | 10000000 | 1001 | 0 | 100110 | 10011 | 1001010 | 101101 | 1000010 |
Color Harmonies of #BDCF80
Complementary color
Monochromatic Colors of #BDCF80
Black with #BDCF80
Text Example
Text Example
White with #BDCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCF80; }
p { color: rgb(189,207,128); }
H1.HeaderClassName
{
color: #BDCF80;
}
.AnyTagClassName
{
color: #BDCF80;
}
</style>
background-color css
<style>
a { background-color: #BDCF80; }
a { background-color: rgb(189,207,128); }
div.DivClassName
{
background-color: #BDCF80;
}
.BgClassName
{
background-color: #BDCF80;
}
</style>
border-color css
<style>
span { border-color: #BDCF80; }
span { border-color: rgb(189,207,128); }
td.TdClassName
{
border-color: #BDCF80;
}
.TagClassName
{
border-color: #BDCF80;
}
</style>