Shades of Caper #BBD07C
Tints of Caper #BBD07C
RGB
CMYK
RGB Variations
Color information
#BBD07C (or 0xBBD07C) is known color: Caper. HEX triplet: BB, D0 and 7C. RGB value is (187,208,124). Sum of RGB (Red+Green+Blue) = 187+208+124=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD07C is #442F83. Grayscale: #C0C0C0. Windows color (decimal): -4468612 or 8179899. OLE color: 8179899.
HSL color Cylindrical-coordinate representation of color #BBD07C: hue angle of 75º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBD07C is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 208 | 124 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.18 |
| HSL | 75º | 0.47% | 0.65% | - |
| HSV(B) | 75º | 0.4% | 0.82% | - |
| XYZ | 46.69 | 57.13 | 27.64 | - |
| YUV | 192.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 208 | 124 | 0.10 | 0 | 0.40 | 0.18 | 75 | 0.47 | 0.65 |
| Hex | BB | D0 | 7C | A | 0 | 28 | 12 | 4B | 2F | 41 |
| Octal | 273 | 320 | 174 | 12 | 0 | 50 | 22 | 113 | 57 | 101 |
| Binary | 10111011 | 11010000 | 1111100 | 1010 | 0 | 101000 | 10010 | 1001011 | 101111 | 1000001 |
Color Harmonies of #BBD07C
Complementary color
Monochromatic Colors of #BBD07C
Black with #BBD07C
Text Example
Text Example
White with #BBD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD07C; }
p { color: rgb(187,208,124); }
H1.HeaderClassName
{
color: #BBD07C;
}
.AnyTagClassName
{
color: #BBD07C;
}
</style>
background-color css
<style>
a { background-color: #BBD07C; }
a { background-color: rgb(187,208,124); }
div.DivClassName
{
background-color: #BBD07C;
}
.BgClassName
{
background-color: #BBD07C;
}
</style>
border-color css
<style>
span { border-color: #BBD07C; }
span { border-color: rgb(187,208,124); }
td.TdClassName
{
border-color: #BBD07C;
}
.TagClassName
{
border-color: #BBD07C;
}
</style>