Shades of Caper #BCCD8A
Tints of Caper #BCCD8A
RGB
CMYK
RGB Variations
Color information
#BCCD8A (or 0xBCCD8A) is known color: Caper. HEX triplet: BC, CD and 8A. RGB value is (188,205,138). Sum of RGB (Red+Green+Blue) = 188+205+138=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD8A is #433275. Grayscale: #C0C0C0. Windows color (decimal): -4403830 or 9096636. OLE color: 9096636.
HSL color Cylindrical-coordinate representation of color #BCCD8A: hue angle of 75.22º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCCD8A is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 138 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.20 |
| HSL | 75.22º | 0.4% | 0.67% | - |
| HSV(B) | 75.22º | 0.33% | 0.8% | - |
| XYZ | 47.16 | 56.19 | 32.4 | - |
| YUV | 192.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 138 | 0.08 | 0 | 0.33 | 0.20 | 75.22 | 0.4 | 0.67 |
| Hex | BC | CD | 8A | 8 | 0 | 21 | 14 | 4B | 28 | 43 |
| Octal | 274 | 315 | 212 | 10 | 0 | 41 | 24 | 113 | 50 | 103 |
| Binary | 10111100 | 11001101 | 10001010 | 1000 | 0 | 100001 | 10100 | 1001011 | 101000 | 1000011 |
Color Harmonies of #BCCD8A
Complementary color
Monochromatic Colors of #BCCD8A
Black with #BCCD8A
Text Example
Text Example
White with #BCCD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD8A; }
p { color: rgb(188,205,138); }
H1.HeaderClassName
{
color: #BCCD8A;
}
.AnyTagClassName
{
color: #BCCD8A;
}
</style>
background-color css
<style>
a { background-color: #BCCD8A; }
a { background-color: rgb(188,205,138); }
div.DivClassName
{
background-color: #BCCD8A;
}
.BgClassName
{
background-color: #BCCD8A;
}
</style>
border-color css
<style>
span { border-color: #BCCD8A; }
span { border-color: rgb(188,205,138); }
td.TdClassName
{
border-color: #BCCD8A;
}
.TagClassName
{
border-color: #BCCD8A;
}
</style>