Shades of Caper #BDD283
Tints of Caper #BDD283
RGB
CMYK
RGB Variations
Color information
#BDD283 (or 0xBDD283) is known color: Caper. HEX triplet: BD, D2 and 83. RGB value is (189,210,131). Sum of RGB (Red+Green+Blue) = 189+210+131=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD283 is #422D7C. Grayscale: #C3C3C3. Windows color (decimal): -4337021 or 8639165. OLE color: 8639165.
HSL color Cylindrical-coordinate representation of color #BDD283: hue angle of 75.95º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDD283 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 131 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.18 |
| HSL | 75.95º | 0.47% | 0.67% | - |
| HSV(B) | 75.95º | 0.38% | 0.82% | - |
| XYZ | 48.13 | 58.55 | 30.24 | - |
| YUV | 194.72 | 92.04 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 131 | 0.10 | 0 | 0.38 | 0.18 | 75.95 | 0.47 | 0.67 |
| Hex | BD | D2 | 83 | A | 0 | 26 | 12 | 4C | 2F | 43 |
| Octal | 275 | 322 | 203 | 12 | 0 | 46 | 22 | 114 | 57 | 103 |
| Binary | 10111101 | 11010010 | 10000011 | 1010 | 0 | 100110 | 10010 | 1001100 | 101111 | 1000011 |
Color Harmonies of #BDD283
Complementary color
Monochromatic Colors of #BDD283
Black with #BDD283
Text Example
Text Example
White with #BDD283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD283; }
p { color: rgb(189,210,131); }
H1.HeaderClassName
{
color: #BDD283;
}
.AnyTagClassName
{
color: #BDD283;
}
</style>
background-color css
<style>
a { background-color: #BDD283; }
a { background-color: rgb(189,210,131); }
div.DivClassName
{
background-color: #BDD283;
}
.BgClassName
{
background-color: #BDD283;
}
</style>
border-color css
<style>
span { border-color: #BDD283; }
span { border-color: rgb(189,210,131); }
td.TdClassName
{
border-color: #BDD283;
}
.TagClassName
{
border-color: #BDD283;
}
</style>