Shades of Caper #BCCA8A
Tints of Caper #BCCA8A
RGB
CMYK
RGB Variations
Color information
#BCCA8A (or 0xBCCA8A) is known color: Caper. HEX triplet: BC, CA and 8A. RGB value is (188,202,138). Sum of RGB (Red+Green+Blue) = 188+202+138=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA8A is #433575. Grayscale: #BEBEBE. Windows color (decimal): -4404598 or 9095868. OLE color: 9095868.
HSL color Cylindrical-coordinate representation of color #BCCA8A: hue angle of 73.12º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCCA8A is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 138 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.21 |
| HSL | 73.13º | 0.38% | 0.67% | - |
| HSV(B) | 73.13º | 0.32% | 0.79% | - |
| XYZ | 46.45 | 54.77 | 32.17 | - |
| YUV | 190.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 138 | 0.07 | 0 | 0.32 | 0.21 | 73.13 | 0.38 | 0.67 |
| Hex | BC | CA | 8A | 7 | 0 | 20 | 15 | 49 | 26 | 43 |
| Octal | 274 | 312 | 212 | 7 | 0 | 40 | 25 | 111 | 46 | 103 |
| Binary | 10111100 | 11001010 | 10001010 | 111 | 0 | 100000 | 10101 | 1001001 | 100110 | 1000011 |
Color Harmonies of #BCCA8A
Complementary color
Monochromatic Colors of #BCCA8A
Black with #BCCA8A
Text Example
Text Example
White with #BCCA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA8A; }
p { color: rgb(188,202,138); }
H1.HeaderClassName
{
color: #BCCA8A;
}
.AnyTagClassName
{
color: #BCCA8A;
}
</style>
background-color css
<style>
a { background-color: #BCCA8A; }
a { background-color: rgb(188,202,138); }
div.DivClassName
{
background-color: #BCCA8A;
}
.BgClassName
{
background-color: #BCCA8A;
}
</style>
border-color css
<style>
span { border-color: #BCCA8A; }
span { border-color: rgb(188,202,138); }
td.TdClassName
{
border-color: #BCCA8A;
}
.TagClassName
{
border-color: #BCCA8A;
}
</style>