Shades of Caper #BBCD84
Tints of Caper #BBCD84
RGB
CMYK
RGB Variations
Color information
#BBCD84 (or 0xBBCD84) is known color: Caper. HEX triplet: BB, CD and 84. RGB value is (187,205,132). Sum of RGB (Red+Green+Blue) = 187+205+132=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD84 is #44327B. Grayscale: #BFBFBF. Windows color (decimal): -4469372 or 8703419. OLE color: 8703419.
HSL color Cylindrical-coordinate representation of color #BBCD84: hue angle of 74.79º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBCD84 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 132 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.20 |
| HSL | 74.79º | 0.42% | 0.66% | - |
| HSV(B) | 74.79º | 0.36% | 0.8% | - |
| XYZ | 46.49 | 55.89 | 30.17 | - |
| YUV | 191.3 | 94.54 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 132 | 0.09 | 0 | 0.36 | 0.20 | 74.79 | 0.42 | 0.66 |
| Hex | BB | CD | 84 | 9 | 0 | 24 | 14 | 4B | 2A | 42 |
| Octal | 273 | 315 | 204 | 11 | 0 | 44 | 24 | 113 | 52 | 102 |
| Binary | 10111011 | 11001101 | 10000100 | 1001 | 0 | 100100 | 10100 | 1001011 | 101010 | 1000010 |
Color Harmonies of #BBCD84
Complementary color
Monochromatic Colors of #BBCD84
Black with #BBCD84
Text Example
Text Example
White with #BBCD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD84; }
p { color: rgb(187,205,132); }
H1.HeaderClassName
{
color: #BBCD84;
}
.AnyTagClassName
{
color: #BBCD84;
}
</style>
background-color css
<style>
a { background-color: #BBCD84; }
a { background-color: rgb(187,205,132); }
div.DivClassName
{
background-color: #BBCD84;
}
.BgClassName
{
background-color: #BBCD84;
}
</style>
border-color css
<style>
span { border-color: #BBCD84; }
span { border-color: rgb(187,205,132); }
td.TdClassName
{
border-color: #BBCD84;
}
.TagClassName
{
border-color: #BBCD84;
}
</style>