Shades of Deco #BED181
Tints of Deco #BED181
RGB
CMYK
RGB Variations
Color information
#BED181 (or 0xBED181) is known color: Deco. HEX triplet: BE, D1 and 81. RGB value is (190,209,129). Sum of RGB (Red+Green+Blue) = 190+209+129=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 129 (50.78% from 255 or 24.43% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #BED181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED181 is #412E7E. Grayscale: #C2C2C2. Windows color (decimal): -4271743 or 8507838. OLE color: 8507838.
HSL color Cylindrical-coordinate representation of color #BED181: hue angle of 74.25º 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 #BED181 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 129 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.18 |
| HSL | 74.25º | 0.47% | 0.66% | - |
| HSV(B) | 74.25º | 0.38% | 0.82% | - |
| XYZ | 48 | 58.13 | 29.46 | - |
| YUV | 194.2 | 91.21 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 129 | 0.09 | 0 | 0.38 | 0.18 | 74.25 | 0.47 | 0.66 |
| Hex | BE | D1 | 81 | 9 | 0 | 26 | 12 | 4A | 2F | 42 |
| Octal | 276 | 321 | 201 | 11 | 0 | 46 | 22 | 112 | 57 | 102 |
| Binary | 10111110 | 11010001 | 10000001 | 1001 | 0 | 100110 | 10010 | 1001010 | 101111 | 1000010 |
Color Harmonies of #BED181
Complementary color
Monochromatic Colors of #BED181
Black with #BED181
Text Example
Text Example
White with #BED181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED181; }
p { color: rgb(190,209,129); }
H1.HeaderClassName
{
color: #BED181;
}
.AnyTagClassName
{
color: #BED181;
}
</style>
background-color css
<style>
a { background-color: #BED181; }
a { background-color: rgb(190,209,129); }
div.DivClassName
{
background-color: #BED181;
}
.BgClassName
{
background-color: #BED181;
}
</style>
border-color css
<style>
span { border-color: #BED181; }
span { border-color: rgb(190,209,129); }
td.TdClassName
{
border-color: #BED181;
}
.TagClassName
{
border-color: #BED181;
}
</style>