Shades of Caper #BDCE8A
Tints of Caper #BDCE8A
RGB
CMYK
RGB Variations
Color information
#BDCE8A (or 0xBDCE8A) is known color: Caper. HEX triplet: BD, CE and 8A. RGB value is (189,206,138). Sum of RGB (Red+Green+Blue) = 189+206+138=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE8A is #423175. Grayscale: #C1C1C1. Windows color (decimal): -4338038 or 9096893. OLE color: 9096893.
HSL color Cylindrical-coordinate representation of color #BDCE8A: hue angle of 75º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDCE8A is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 206 | 138 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.19 |
| HSL | 75º | 0.41% | 0.67% | - |
| HSV(B) | 75º | 0.33% | 0.81% | - |
| XYZ | 47.65 | 56.8 | 32.5 | - |
| YUV | 193.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 138 | 0.08 | 0 | 0.33 | 0.19 | 75 | 0.41 | 0.67 |
| Hex | BD | CE | 8A | 8 | 0 | 21 | 13 | 4B | 29 | 43 |
| Octal | 275 | 316 | 212 | 10 | 0 | 41 | 23 | 113 | 51 | 103 |
| Binary | 10111101 | 11001110 | 10001010 | 1000 | 0 | 100001 | 10011 | 1001011 | 101001 | 1000011 |
Color Harmonies of #BDCE8A
Complementary color
Monochromatic Colors of #BDCE8A
Black with #BDCE8A
Text Example
Text Example
White with #BDCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCE8A; }
p { color: rgb(189,206,138); }
H1.HeaderClassName
{
color: #BDCE8A;
}
.AnyTagClassName
{
color: #BDCE8A;
}
</style>
background-color css
<style>
a { background-color: #BDCE8A; }
a { background-color: rgb(189,206,138); }
div.DivClassName
{
background-color: #BDCE8A;
}
.BgClassName
{
background-color: #BDCE8A;
}
</style>
border-color css
<style>
span { border-color: #BDCE8A; }
span { border-color: rgb(189,206,138); }
td.TdClassName
{
border-color: #BDCE8A;
}
.TagClassName
{
border-color: #BDCE8A;
}
</style>