Shades of Caper #BBCA8C
Tints of Caper #BBCA8C
RGB
CMYK
RGB Variations
Color information
#BBCA8C (or 0xBBCA8C) is known color: Caper. HEX triplet: BB, CA and 8C. RGB value is (187,202,140). Sum of RGB (Red+Green+Blue) = 187+202+140=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCA8C is #443573. Grayscale: #BEBEBE. Windows color (decimal): -4470132 or 9226939. OLE color: 9226939.
HSL color Cylindrical-coordinate representation of color #BBCA8C: hue angle of 74.52º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBCA8C is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 140 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.21 |
| HSL | 74.52º | 0.37% | 0.67% | - |
| HSV(B) | 74.52º | 0.31% | 0.79% | - |
| XYZ | 46.35 | 54.7 | 32.93 | - |
| YUV | 190.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 140 | 0.07 | 0 | 0.31 | 0.21 | 74.52 | 0.37 | 0.67 |
| Hex | BB | CA | 8C | 7 | 0 | 1F | 15 | 4B | 25 | 43 |
| Octal | 273 | 312 | 214 | 7 | 0 | 37 | 25 | 113 | 45 | 103 |
| Binary | 10111011 | 11001010 | 10001100 | 111 | 0 | 11111 | 10101 | 1001011 | 100101 | 1000011 |
Color Harmonies of #BBCA8C
Complementary color
Monochromatic Colors of #BBCA8C
Black with #BBCA8C
Text Example
Text Example
White with #BBCA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA8C; }
p { color: rgb(187,202,140); }
H1.HeaderClassName
{
color: #BBCA8C;
}
.AnyTagClassName
{
color: #BBCA8C;
}
</style>
background-color css
<style>
a { background-color: #BBCA8C; }
a { background-color: rgb(187,202,140); }
div.DivClassName
{
background-color: #BBCA8C;
}
.BgClassName
{
background-color: #BBCA8C;
}
</style>
border-color css
<style>
span { border-color: #BBCA8C; }
span { border-color: rgb(187,202,140); }
td.TdClassName
{
border-color: #BBCA8C;
}
.TagClassName
{
border-color: #BBCA8C;
}
</style>