Shades of Deco #BED27B
Tints of Deco #BED27B
RGB
CMYK
RGB Variations
Color information
#BED27B (or 0xBED27B) is known color: Deco. HEX triplet: BE, D2 and 7B. RGB value is (190,210,123). Sum of RGB (Red+Green+Blue) = 190+210+123=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #BED27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED27B is #412D84. Grayscale: #C2C2C2. Windows color (decimal): -4271493 or 8114878. OLE color: 8114878.
HSL color Cylindrical-coordinate representation of color #BED27B: hue angle of 73.79º 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 #BED27B is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 123 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.18 |
| HSL | 73.79º | 0.49% | 0.65% | - |
| HSV(B) | 73.79º | 0.41% | 0.82% | - |
| XYZ | 47.86 | 58.47 | 27.5 | - |
| YUV | 194.1 | 87.87 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 123 | 0.10 | 0 | 0.41 | 0.18 | 73.79 | 0.49 | 0.65 |
| Hex | BE | D2 | 7B | A | 0 | 29 | 12 | 4A | 31 | 41 |
| Octal | 276 | 322 | 173 | 12 | 0 | 51 | 22 | 112 | 61 | 101 |
| Binary | 10111110 | 11010010 | 1111011 | 1010 | 0 | 101001 | 10010 | 1001010 | 110001 | 1000001 |
Color Harmonies of #BED27B
Complementary color
Monochromatic Colors of #BED27B
Black with #BED27B
Text Example
Text Example
White with #BED27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED27B; }
p { color: rgb(190,210,123); }
H1.HeaderClassName
{
color: #BED27B;
}
.AnyTagClassName
{
color: #BED27B;
}
</style>
background-color css
<style>
a { background-color: #BED27B; }
a { background-color: rgb(190,210,123); }
div.DivClassName
{
background-color: #BED27B;
}
.BgClassName
{
background-color: #BED27B;
}
</style>
border-color css
<style>
span { border-color: #BED27B; }
span { border-color: rgb(190,210,123); }
td.TdClassName
{
border-color: #BED27B;
}
.TagClassName
{
border-color: #BED27B;
}
</style>