Shades of Caper #BDD284
Tints of Caper #BDD284
RGB
CMYK
RGB Variations
Color information
#BDD284 (or 0xBDD284) is known color: Caper. HEX triplet: BD, D2 and 84. RGB value is (189,210,132). Sum of RGB (Red+Green+Blue) = 189+210+132=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD284 is #422D7B. Grayscale: #C3C3C3. Windows color (decimal): -4337020 or 8704701. OLE color: 8704701.
HSL color Cylindrical-coordinate representation of color #BDD284: hue angle of 76.15º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDD284 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 132 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.18 |
| HSL | 76.15º | 0.46% | 0.67% | - |
| HSV(B) | 76.15º | 0.37% | 0.82% | - |
| XYZ | 48.2 | 58.58 | 30.6 | - |
| YUV | 194.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 132 | 0.10 | 0 | 0.37 | 0.18 | 76.15 | 0.46 | 0.67 |
| Hex | BD | D2 | 84 | A | 0 | 25 | 12 | 4C | 2E | 43 |
| Octal | 275 | 322 | 204 | 12 | 0 | 45 | 22 | 114 | 56 | 103 |
| Binary | 10111101 | 11010010 | 10000100 | 1010 | 0 | 100101 | 10010 | 1001100 | 101110 | 1000011 |
Color Harmonies of #BDD284
Complementary color
Monochromatic Colors of #BDD284
Black with #BDD284
Text Example
Text Example
White with #BDD284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD284; }
p { color: rgb(189,210,132); }
H1.HeaderClassName
{
color: #BDD284;
}
.AnyTagClassName
{
color: #BDD284;
}
</style>
background-color css
<style>
a { background-color: #BDD284; }
a { background-color: rgb(189,210,132); }
div.DivClassName
{
background-color: #BDD284;
}
.BgClassName
{
background-color: #BDD284;
}
</style>
border-color css
<style>
span { border-color: #BDD284; }
span { border-color: rgb(189,210,132); }
td.TdClassName
{
border-color: #BDD284;
}
.TagClassName
{
border-color: #BDD284;
}
</style>