Shades of Caper #BBCD7A
Tints of Caper #BBCD7A
RGB
CMYK
RGB Variations
Color information
#BBCD7A (or 0xBBCD7A) is known color: Caper. HEX triplet: BB, CD and 7A. RGB value is (187,205,122). Sum of RGB (Red+Green+Blue) = 187+205+122=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCD7A is #443285. Grayscale: #BEBEBE. Windows color (decimal): -4469382 or 8048059. OLE color: 8048059.
HSL color Cylindrical-coordinate representation of color #BBCD7A: hue angle of 73.01º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBCD7A is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 122 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.20 |
| HSL | 73.01º | 0.45% | 0.64% | - |
| HSV(B) | 73.01º | 0.4% | 0.8% | - |
| XYZ | 45.84 | 55.63 | 26.73 | - |
| YUV | 190.16 | 89.54 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 122 | 0.09 | 0 | 0.40 | 0.20 | 73.01 | 0.45 | 0.64 |
| Hex | BB | CD | 7A | 9 | 0 | 28 | 14 | 49 | 2D | 40 |
| Octal | 273 | 315 | 172 | 11 | 0 | 50 | 24 | 111 | 55 | 100 |
| Binary | 10111011 | 11001101 | 1111010 | 1001 | 0 | 101000 | 10100 | 1001001 | 101101 | 1000000 |
Color Harmonies of #BBCD7A
Complementary color
Monochromatic Colors of #BBCD7A
Black with #BBCD7A
Text Example
Text Example
White with #BBCD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD7A; }
p { color: rgb(187,205,122); }
H1.HeaderClassName
{
color: #BBCD7A;
}
.AnyTagClassName
{
color: #BBCD7A;
}
</style>
background-color css
<style>
a { background-color: #BBCD7A; }
a { background-color: rgb(187,205,122); }
div.DivClassName
{
background-color: #BBCD7A;
}
.BgClassName
{
background-color: #BBCD7A;
}
</style>
border-color css
<style>
span { border-color: #BBCD7A; }
span { border-color: rgb(187,205,122); }
td.TdClassName
{
border-color: #BBCD7A;
}
.TagClassName
{
border-color: #BBCD7A;
}
</style>