Shades of Fringy Flower #BEEDBE
Tints of Fringy Flower #BEEDBE
RGB
CMYK
RGB Variations
Color information
#BEEDBE (or 0xBEEDBE) is known color: Fringy Flower. HEX triplet: BE, ED and BE. RGB value is (190,237,190). Sum of RGB (Red+Green+Blue) = 190+237+190=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDBE is #411241. Grayscale: #D9D9D9. Windows color (decimal): -4264514 or 12512702. OLE color: 12512702.
HSL color Cylindrical-coordinate representation of color #BEEDBE: hue angle of 120º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDBE is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 190 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.07 |
| HSL | 120º | 0.57% | 0.84% | - |
| HSV(B) | 120º | 0.2% | 0.93% | - |
| XYZ | 60.81 | 75.23 | 60.03 | - |
| YUV | 217.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 190 | 0.20 | 0 | 0.20 | 0.07 | 120 | 0.57 | 0.84 |
| Hex | BE | ED | BE | 14 | 0 | 14 | 7 | 78 | 39 | 54 |
| Octal | 276 | 355 | 276 | 24 | 0 | 24 | 7 | 170 | 71 | 124 |
| Binary | 10111110 | 11101101 | 10111110 | 10100 | 0 | 10100 | 111 | 1111000 | 111001 | 1010100 |
Color Harmonies of #BEEDBE
Complementary color
Monochromatic Colors of #BEEDBE
Black with #BEEDBE
Text Example
Text Example
White with #BEEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDBE; }
p { color: rgb(190,237,190); }
H1.HeaderClassName
{
color: #BEEDBE;
}
.AnyTagClassName
{
color: #BEEDBE;
}
</style>
background-color css
<style>
a { background-color: #BEEDBE; }
a { background-color: rgb(190,237,190); }
div.DivClassName
{
background-color: #BEEDBE;
}
.BgClassName
{
background-color: #BEEDBE;
}
</style>
border-color css
<style>
span { border-color: #BEEDBE; }
span { border-color: rgb(190,237,190); }
td.TdClassName
{
border-color: #BEEDBE;
}
.TagClassName
{
border-color: #BEEDBE;
}
</style>