Shades of Deco #BED180
Tints of Deco #BED180
RGB
CMYK
RGB Variations
Color information
#BED180 (or 0xBED180) is known color: Deco. HEX triplet: BE, D1 and 80. RGB value is (190,209,128). Sum of RGB (Red+Green+Blue) = 190+209+128=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #BED180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED180 is #412E7F. Grayscale: #C2C2C2. Windows color (decimal): -4271744 or 8442302. OLE color: 8442302.
HSL color Cylindrical-coordinate representation of color #BED180: hue angle of 74.07º 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 #BED180 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 209 | 128 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.18 |
| HSL | 74.07º | 0.47% | 0.66% | - |
| HSV(B) | 74.07º | 0.39% | 0.82% | - |
| XYZ | 47.93 | 58.11 | 29.11 | - |
| YUV | 194.09 | 90.71 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 209 | 128 | 0.09 | 0 | 0.39 | 0.18 | 74.07 | 0.47 | 0.66 |
| Hex | BE | D1 | 80 | 9 | 0 | 27 | 12 | 4A | 2F | 42 |
| Octal | 276 | 321 | 200 | 11 | 0 | 47 | 22 | 112 | 57 | 102 |
| Binary | 10111110 | 11010001 | 10000000 | 1001 | 0 | 100111 | 10010 | 1001010 | 101111 | 1000010 |
Color Harmonies of #BED180
Complementary color
Monochromatic Colors of #BED180
Black with #BED180
Text Example
Text Example
White with #BED180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED180; }
p { color: rgb(190,209,128); }
H1.HeaderClassName
{
color: #BED180;
}
.AnyTagClassName
{
color: #BED180;
}
</style>
background-color css
<style>
a { background-color: #BED180; }
a { background-color: rgb(190,209,128); }
div.DivClassName
{
background-color: #BED180;
}
.BgClassName
{
background-color: #BED180;
}
</style>
border-color css
<style>
span { border-color: #BED180; }
span { border-color: rgb(190,209,128); }
td.TdClassName
{
border-color: #BED180;
}
.TagClassName
{
border-color: #BED180;
}
</style>