Shades of Deco #BED281
Tints of Deco #BED281
RGB
CMYK
RGB Variations
Color information
#BED281 (or 0xBED281) is known color: Deco. HEX triplet: BE, D2 and 81. RGB value is (190,210,129). Sum of RGB (Red+Green+Blue) = 190+210+129=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #BED281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED281 is #412D7E. Grayscale: #C3C3C3. Windows color (decimal): -4271487 or 8508094. OLE color: 8508094.
HSL color Cylindrical-coordinate representation of color #BED281: hue angle of 74.81º degrees, saturation: 0.47, 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 #BED281 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 129 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.18 |
| HSL | 74.81º | 0.47% | 0.66% | - |
| HSV(B) | 74.81º | 0.39% | 0.82% | - |
| XYZ | 48.24 | 58.63 | 29.54 | - |
| YUV | 194.79 | 90.87 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 129 | 0.10 | 0 | 0.39 | 0.18 | 74.81 | 0.47 | 0.66 |
| Hex | BE | D2 | 81 | A | 0 | 27 | 12 | 4B | 2F | 42 |
| Octal | 276 | 322 | 201 | 12 | 0 | 47 | 22 | 113 | 57 | 102 |
| Binary | 10111110 | 11010010 | 10000001 | 1010 | 0 | 100111 | 10010 | 1001011 | 101111 | 1000010 |
Color Harmonies of #BED281
Complementary color
Monochromatic Colors of #BED281
Black with #BED281
Text Example
Text Example
White with #BED281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED281; }
p { color: rgb(190,210,129); }
H1.HeaderClassName
{
color: #BED281;
}
.AnyTagClassName
{
color: #BED281;
}
</style>
background-color css
<style>
a { background-color: #BED281; }
a { background-color: rgb(190,210,129); }
div.DivClassName
{
background-color: #BED281;
}
.BgClassName
{
background-color: #BED281;
}
</style>
border-color css
<style>
span { border-color: #BED281; }
span { border-color: rgb(190,210,129); }
td.TdClassName
{
border-color: #BED281;
}
.TagClassName
{
border-color: #BED281;
}
</style>