Shades of Caper #BBD485
Tints of Caper #BBD485
RGB
CMYK
RGB Variations
Color information
#BBD485 (or 0xBBD485) is known color: Caper. HEX triplet: BB, D4 and 85. RGB value is (187,212,133). Sum of RGB (Red+Green+Blue) = 187+212+133=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD485 is #442B7A. Grayscale: #C3C3C3. Windows color (decimal): -4467579 or 8770747. OLE color: 8770747.
HSL color Cylindrical-coordinate representation of color #BBD485: hue angle of 78.99º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBD485 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 133 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.17 |
| HSL | 78.99º | 0.48% | 0.68% | - |
| HSV(B) | 78.99º | 0.37% | 0.83% | - |
| XYZ | 48.27 | 59.35 | 31.1 | - |
| YUV | 195.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 133 | 0.12 | 0 | 0.37 | 0.17 | 78.99 | 0.48 | 0.68 |
| Hex | BB | D4 | 85 | C | 0 | 25 | 11 | 4F | 30 | 44 |
| Octal | 273 | 324 | 205 | 14 | 0 | 45 | 21 | 117 | 60 | 104 |
| Binary | 10111011 | 11010100 | 10000101 | 1100 | 0 | 100101 | 10001 | 1001111 | 110000 | 1000100 |
Color Harmonies of #BBD485
Complementary color
Monochromatic Colors of #BBD485
Black with #BBD485
Text Example
Text Example
White with #BBD485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD485; }
p { color: rgb(187,212,133); }
H1.HeaderClassName
{
color: #BBD485;
}
.AnyTagClassName
{
color: #BBD485;
}
</style>
background-color css
<style>
a { background-color: #BBD485; }
a { background-color: rgb(187,212,133); }
div.DivClassName
{
background-color: #BBD485;
}
.BgClassName
{
background-color: #BBD485;
}
</style>
border-color css
<style>
span { border-color: #BBD485; }
span { border-color: rgb(187,212,133); }
td.TdClassName
{
border-color: #BBD485;
}
.TagClassName
{
border-color: #BBD485;
}
</style>