Shades of Caper #BBCA8A
Tints of Caper #BBCA8A
RGB
CMYK
RGB Variations
Color information
#BBCA8A (or 0xBBCA8A) is known color: Caper. HEX triplet: BB, CA and 8A. RGB value is (187,202,138). Sum of RGB (Red+Green+Blue) = 187+202+138=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCA8A is #443575. Grayscale: #BEBEBE. Windows color (decimal): -4470134 or 9095867. OLE color: 9095867.
HSL color Cylindrical-coordinate representation of color #BBCA8A: hue angle of 74.06º 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 #BBCA8A is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 202 | 138 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.21 |
| HSL | 74.06º | 0.38% | 0.67% | - |
| HSV(B) | 74.06º | 0.32% | 0.79% | - |
| XYZ | 46.2 | 54.64 | 32.16 | - |
| YUV | 190.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 138 | 0.07 | 0 | 0.32 | 0.21 | 74.06 | 0.38 | 0.67 |
| Hex | BB | CA | 8A | 7 | 0 | 20 | 15 | 4A | 26 | 43 |
| Octal | 273 | 312 | 212 | 7 | 0 | 40 | 25 | 112 | 46 | 103 |
| Binary | 10111011 | 11001010 | 10001010 | 111 | 0 | 100000 | 10101 | 1001010 | 100110 | 1000011 |
Color Harmonies of #BBCA8A
Complementary color
Monochromatic Colors of #BBCA8A
Black with #BBCA8A
Text Example
Text Example
White with #BBCA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCA8A; }
p { color: rgb(187,202,138); }
H1.HeaderClassName
{
color: #BBCA8A;
}
.AnyTagClassName
{
color: #BBCA8A;
}
</style>
background-color css
<style>
a { background-color: #BBCA8A; }
a { background-color: rgb(187,202,138); }
div.DivClassName
{
background-color: #BBCA8A;
}
.BgClassName
{
background-color: #BBCA8A;
}
</style>
border-color css
<style>
span { border-color: #BBCA8A; }
span { border-color: rgb(187,202,138); }
td.TdClassName
{
border-color: #BBCA8A;
}
.TagClassName
{
border-color: #BBCA8A;
}
</style>