Shades of Caper #BBCD88
Tints of Caper #BBCD88
RGB
CMYK
RGB Variations
Color information
#BBCD88 (or 0xBBCD88) is known color: Caper. HEX triplet: BB, CD and 88. RGB value is (187,205,136). Sum of RGB (Red+Green+Blue) = 187+205+136=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCD88 is #443277. Grayscale: #C0C0C0. Windows color (decimal): -4469368 or 8965563. OLE color: 8965563.
HSL color Cylindrical-coordinate representation of color #BBCD88: hue angle of 75.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBCD88 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 136 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.20 |
| HSL | 75.65º | 0.41% | 0.67% | - |
| HSV(B) | 75.65º | 0.34% | 0.8% | - |
| XYZ | 46.77 | 56.01 | 31.64 | - |
| YUV | 191.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 136 | 0.09 | 0 | 0.34 | 0.20 | 75.65 | 0.41 | 0.67 |
| Hex | BB | CD | 88 | 9 | 0 | 22 | 14 | 4C | 29 | 43 |
| Octal | 273 | 315 | 210 | 11 | 0 | 42 | 24 | 114 | 51 | 103 |
| Binary | 10111011 | 11001101 | 10001000 | 1001 | 0 | 100010 | 10100 | 1001100 | 101001 | 1000011 |
Color Harmonies of #BBCD88
Complementary color
Monochromatic Colors of #BBCD88
Black with #BBCD88
Text Example
Text Example
White with #BBCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCD88; }
p { color: rgb(187,205,136); }
H1.HeaderClassName
{
color: #BBCD88;
}
.AnyTagClassName
{
color: #BBCD88;
}
</style>
background-color css
<style>
a { background-color: #BBCD88; }
a { background-color: rgb(187,205,136); }
div.DivClassName
{
background-color: #BBCD88;
}
.BgClassName
{
background-color: #BBCD88;
}
</style>
border-color css
<style>
span { border-color: #BBCD88; }
span { border-color: rgb(187,205,136); }
td.TdClassName
{
border-color: #BBCD88;
}
.TagClassName
{
border-color: #BBCD88;
}
</style>