Shades of Caper #BDD181
Tints of Caper #BDD181
RGB
CMYK
RGB Variations
Color information
#BDD181 (or 0xBDD181) is known color: Caper. HEX triplet: BD, D1 and 81. RGB value is (189,209,129). Sum of RGB (Red+Green+Blue) = 189+209+129=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD181 is #422E7E. Grayscale: #C2C2C2. Windows color (decimal): -4337279 or 8507837. OLE color: 8507837.
HSL color Cylindrical-coordinate representation of color #BDD181: hue angle of 75º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDD181 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 129 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.18 |
| HSL | 75º | 0.47% | 0.66% | - |
| HSV(B) | 75º | 0.38% | 0.82% | - |
| XYZ | 47.75 | 58 | 29.45 | - |
| YUV | 193.9 | 91.37 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 129 | 0.10 | 0 | 0.38 | 0.18 | 75 | 0.47 | 0.66 |
| Hex | BD | D1 | 81 | A | 0 | 26 | 12 | 4B | 2F | 42 |
| Octal | 275 | 321 | 201 | 12 | 0 | 46 | 22 | 113 | 57 | 102 |
| Binary | 10111101 | 11010001 | 10000001 | 1010 | 0 | 100110 | 10010 | 1001011 | 101111 | 1000010 |
Color Harmonies of #BDD181
Complementary color
Monochromatic Colors of #BDD181
Black with #BDD181
Text Example
Text Example
White with #BDD181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD181; }
p { color: rgb(189,209,129); }
H1.HeaderClassName
{
color: #BDD181;
}
.AnyTagClassName
{
color: #BDD181;
}
</style>
background-color css
<style>
a { background-color: #BDD181; }
a { background-color: rgb(189,209,129); }
div.DivClassName
{
background-color: #BDD181;
}
.BgClassName
{
background-color: #BDD181;
}
</style>
border-color css
<style>
span { border-color: #BDD181; }
span { border-color: rgb(189,209,129); }
td.TdClassName
{
border-color: #BDD181;
}
.TagClassName
{
border-color: #BDD181;
}
</style>