Shades of Deco #BED27C
Tints of Deco #BED27C
RGB
CMYK
RGB Variations
Color information
#BED27C (or 0xBED27C) is known color: Deco. HEX triplet: BE, D2 and 7C. RGB value is (190,210,124). Sum of RGB (Red+Green+Blue) = 190+210+124=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #BED27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED27C is #412D83. Grayscale: #C2C2C2. Windows color (decimal): -4271492 or 8180414. OLE color: 8180414.
HSL color Cylindrical-coordinate representation of color #BED27C: hue angle of 73.95º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BED27C is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 124 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.18 |
| HSL | 73.95º | 0.49% | 0.65% | - |
| HSV(B) | 73.95º | 0.41% | 0.82% | - |
| XYZ | 47.92 | 58.5 | 27.83 | - |
| YUV | 194.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 124 | 0.10 | 0 | 0.41 | 0.18 | 73.95 | 0.49 | 0.65 |
| Hex | BE | D2 | 7C | A | 0 | 29 | 12 | 4A | 31 | 41 |
| Octal | 276 | 322 | 174 | 12 | 0 | 51 | 22 | 112 | 61 | 101 |
| Binary | 10111110 | 11010010 | 1111100 | 1010 | 0 | 101001 | 10010 | 1001010 | 110001 | 1000001 |
Color Harmonies of #BED27C
Complementary color
Monochromatic Colors of #BED27C
Black with #BED27C
Text Example
Text Example
White with #BED27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED27C; }
p { color: rgb(190,210,124); }
H1.HeaderClassName
{
color: #BED27C;
}
.AnyTagClassName
{
color: #BED27C;
}
</style>
background-color css
<style>
a { background-color: #BED27C; }
a { background-color: rgb(190,210,124); }
div.DivClassName
{
background-color: #BED27C;
}
.BgClassName
{
background-color: #BED27C;
}
</style>
border-color css
<style>
span { border-color: #BED27C; }
span { border-color: rgb(190,210,124); }
td.TdClassName
{
border-color: #BED27C;
}
.TagClassName
{
border-color: #BED27C;
}
</style>