Shades of Caper #BDD288
Tints of Caper #BDD288
RGB
CMYK
RGB Variations
Color information
#BDD288 (or 0xBDD288) is known color: Caper. HEX triplet: BD, D2 and 88. RGB value is (189,210,136). Sum of RGB (Red+Green+Blue) = 189+210+136=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD288 is #422D77. Grayscale: #C3C3C3. Windows color (decimal): -4337016 or 8966845. OLE color: 8966845.
HSL color Cylindrical-coordinate representation of color #BDD288: hue angle of 77.03º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDD288 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 136 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.18 |
| HSL | 77.03º | 0.45% | 0.68% | - |
| HSV(B) | 77.03º | 0.35% | 0.82% | - |
| XYZ | 48.48 | 58.69 | 32.07 | - |
| YUV | 195.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 136 | 0.10 | 0 | 0.35 | 0.18 | 77.03 | 0.45 | 0.68 |
| Hex | BD | D2 | 88 | A | 0 | 23 | 12 | 4D | 2D | 44 |
| Octal | 275 | 322 | 210 | 12 | 0 | 43 | 22 | 115 | 55 | 104 |
| Binary | 10111101 | 11010010 | 10001000 | 1010 | 0 | 100011 | 10010 | 1001101 | 101101 | 1000100 |
Color Harmonies of #BDD288
Complementary color
Monochromatic Colors of #BDD288
Black with #BDD288
Text Example
Text Example
White with #BDD288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD288; }
p { color: rgb(189,210,136); }
H1.HeaderClassName
{
color: #BDD288;
}
.AnyTagClassName
{
color: #BDD288;
}
</style>
background-color css
<style>
a { background-color: #BDD288; }
a { background-color: rgb(189,210,136); }
div.DivClassName
{
background-color: #BDD288;
}
.BgClassName
{
background-color: #BDD288;
}
</style>
border-color css
<style>
span { border-color: #BDD288; }
span { border-color: rgb(189,210,136); }
td.TdClassName
{
border-color: #BDD288;
}
.TagClassName
{
border-color: #BDD288;
}
</style>