Shades of Conifer #BED550
Tints of Conifer #BED550
RGB
CMYK
RGB Variations
Color information
#BED550 (or 0xBED550) is known color: Conifer. HEX triplet: BE, D5 and 50. RGB value is (190,213,80). Sum of RGB (Red+Green+Blue) = 190+213+80=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #BED550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED550 is #412AAF. Grayscale: #BFBFBF. Windows color (decimal): -4270768 or 5297598. OLE color: 5297598.
HSL color Cylindrical-coordinate representation of color #BED550: hue angle of 70.38º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BED550 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 80 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.16 |
| HSL | 70.38º | 0.61% | 0.57% | - |
| HSV(B) | 70.38º | 0.62% | 0.84% | - |
| XYZ | 46.48 | 59.11 | 16.55 | - |
| YUV | 190.96 | 65.38 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 80 | 0.11 | 0 | 0.62 | 0.16 | 70.38 | 0.61 | 0.57 |
| Hex | BE | D5 | 50 | B | 0 | 3E | 10 | 46 | 3D | 39 |
| Octal | 276 | 325 | 120 | 13 | 0 | 76 | 20 | 106 | 75 | 71 |
| Binary | 10111110 | 11010101 | 1010000 | 1011 | 0 | 111110 | 10000 | 1000110 | 111101 | 111001 |
Color Harmonies of #BED550
Complementary color
Monochromatic Colors of #BED550
Black with #BED550
Text Example
Text Example
White with #BED550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED550; }
p { color: rgb(190,213,80); }
H1.HeaderClassName
{
color: #BED550;
}
.AnyTagClassName
{
color: #BED550;
}
</style>
background-color css
<style>
a { background-color: #BED550; }
a { background-color: rgb(190,213,80); }
div.DivClassName
{
background-color: #BED550;
}
.BgClassName
{
background-color: #BED550;
}
</style>
border-color css
<style>
span { border-color: #BED550; }
span { border-color: rgb(190,213,80); }
td.TdClassName
{
border-color: #BED550;
}
.TagClassName
{
border-color: #BED550;
}
</style>