Shades of Conifer #BED855
Tints of Conifer #BED855
RGB
CMYK
RGB Variations
Color information
#BED855 (or 0xBED855) is known color: Conifer. HEX triplet: BE, D8 and 55. RGB value is (190,216,85). Sum of RGB (Red+Green+Blue) = 190+216+85=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #BED855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED855 is #4127AA. Grayscale: #C1C1C1. Windows color (decimal): -4269995 or 5626046. OLE color: 5626046.
HSL color Cylindrical-coordinate representation of color #BED855: hue angle of 71.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BED855 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 85 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.15 |
| HSL | 71.91º | 0.63% | 0.59% | - |
| HSV(B) | 71.91º | 0.61% | 0.85% | - |
| XYZ | 47.43 | 60.71 | 17.81 | - |
| YUV | 193.29 | 66.89 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 85 | 0.12 | 0 | 0.61 | 0.15 | 71.91 | 0.63 | 0.59 |
| Hex | BE | D8 | 55 | C | 0 | 3D | F | 48 | 3F | 3B |
| Octal | 276 | 330 | 125 | 14 | 0 | 75 | 17 | 110 | 77 | 73 |
| Binary | 10111110 | 11011000 | 1010101 | 1100 | 0 | 111101 | 1111 | 1001000 | 111111 | 111011 |
Color Harmonies of #BED855
Complementary color
Monochromatic Colors of #BED855
Black with #BED855
Text Example
Text Example
White with #BED855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED855; }
p { color: rgb(190,216,85); }
H1.HeaderClassName
{
color: #BED855;
}
.AnyTagClassName
{
color: #BED855;
}
</style>
background-color css
<style>
a { background-color: #BED855; }
a { background-color: rgb(190,216,85); }
div.DivClassName
{
background-color: #BED855;
}
.BgClassName
{
background-color: #BED855;
}
</style>
border-color css
<style>
span { border-color: #BED855; }
span { border-color: rgb(190,216,85); }
td.TdClassName
{
border-color: #BED855;
}
.TagClassName
{
border-color: #BED855;
}
</style>