Shades of Deco #BED07F
Tints of Deco #BED07F
RGB
CMYK
RGB Variations
Color information
#BED07F (or 0xBED07F) is known color: Deco. HEX triplet: BE, D0 and 7F. RGB value is (190,208,127). Sum of RGB (Red+Green+Blue) = 190+208+127=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #BED07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED07F is #412F80. Grayscale: #C1C1C1. Windows color (decimal): -4272001 or 8376510. OLE color: 8376510.
HSL color Cylindrical-coordinate representation of color #BED07F: hue angle of 73.33º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BED07F is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 127 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.18 |
| HSL | 73.33º | 0.46% | 0.66% | - |
| HSV(B) | 73.33º | 0.39% | 0.82% | - |
| XYZ | 47.62 | 57.59 | 28.68 | - |
| YUV | 193.38 | 90.54 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 127 | 0.09 | 0 | 0.39 | 0.18 | 73.33 | 0.46 | 0.66 |
| Hex | BE | D0 | 7F | 9 | 0 | 27 | 12 | 49 | 2E | 42 |
| Octal | 276 | 320 | 177 | 11 | 0 | 47 | 22 | 111 | 56 | 102 |
| Binary | 10111110 | 11010000 | 1111111 | 1001 | 0 | 100111 | 10010 | 1001001 | 101110 | 1000010 |
Color Harmonies of #BED07F
Complementary color
Monochromatic Colors of #BED07F
Black with #BED07F
Text Example
Text Example
White with #BED07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED07F; }
p { color: rgb(190,208,127); }
H1.HeaderClassName
{
color: #BED07F;
}
.AnyTagClassName
{
color: #BED07F;
}
</style>
background-color css
<style>
a { background-color: #BED07F; }
a { background-color: rgb(190,208,127); }
div.DivClassName
{
background-color: #BED07F;
}
.BgClassName
{
background-color: #BED07F;
}
</style>
border-color css
<style>
span { border-color: #BED07F; }
span { border-color: rgb(190,208,127); }
td.TdClassName
{
border-color: #BED07F;
}
.TagClassName
{
border-color: #BED07F;
}
</style>