Shades of Caper #BCCA88
Tints of Caper #BCCA88
RGB
CMYK
RGB Variations
Color information
#BCCA88 (or 0xBCCA88) is known color: Caper. HEX triplet: BC, CA and 88. RGB value is (188,202,136). Sum of RGB (Red+Green+Blue) = 188+202+136=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 136 (53.52% from 255 or 25.86% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA88 is #433577. Grayscale: #BEBEBE. Windows color (decimal): -4404600 or 8964796. OLE color: 8964796.
HSL color Cylindrical-coordinate representation of color #BCCA88: hue angle of 72.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCCA88 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 202 | 136 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.21 |
| HSL | 72.73º | 0.38% | 0.66% | - |
| HSV(B) | 72.73º | 0.33% | 0.79% | - |
| XYZ | 46.3 | 54.71 | 31.41 | - |
| YUV | 190.29 | 97.36 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 202 | 136 | 0.07 | 0 | 0.33 | 0.21 | 72.73 | 0.38 | 0.66 |
| Hex | BC | CA | 88 | 7 | 0 | 21 | 15 | 49 | 26 | 42 |
| Octal | 274 | 312 | 210 | 7 | 0 | 41 | 25 | 111 | 46 | 102 |
| Binary | 10111100 | 11001010 | 10001000 | 111 | 0 | 100001 | 10101 | 1001001 | 100110 | 1000010 |
Color Harmonies of #BCCA88
Complementary color
Monochromatic Colors of #BCCA88
Black with #BCCA88
Text Example
Text Example
White with #BCCA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCA88; }
p { color: rgb(188,202,136); }
H1.HeaderClassName
{
color: #BCCA88;
}
.AnyTagClassName
{
color: #BCCA88;
}
</style>
background-color css
<style>
a { background-color: #BCCA88; }
a { background-color: rgb(188,202,136); }
div.DivClassName
{
background-color: #BCCA88;
}
.BgClassName
{
background-color: #BCCA88;
}
</style>
border-color css
<style>
span { border-color: #BCCA88; }
span { border-color: rgb(188,202,136); }
td.TdClassName
{
border-color: #BCCA88;
}
.TagClassName
{
border-color: #BCCA88;
}
</style>