Shades of Fringy Flower #BEEDBD
Tints of Fringy Flower #BEEDBD
RGB
CMYK
RGB Variations
Color information
#BEEDBD (or 0xBEEDBD) is known color: Fringy Flower. HEX triplet: BE, ED and BD. RGB value is (190,237,189). Sum of RGB (Red+Green+Blue) = 190+237+189=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDBD is #411242. Grayscale: #D9D9D9. Windows color (decimal): -4264515 or 12447166. OLE color: 12447166.
HSL color Cylindrical-coordinate representation of color #BEEDBD: hue angle of 118.75º 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 #BEEDBD is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 189 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.07 |
| HSL | 118.75º | 0.57% | 0.84% | - |
| HSV(B) | 118.75º | 0.2% | 0.93% | - |
| XYZ | 60.7 | 75.19 | 59.46 | - |
| YUV | 217.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 189 | 0.20 | 0 | 0.20 | 0.07 | 118.75 | 0.57 | 0.84 |
| Hex | BE | ED | BD | 14 | 0 | 14 | 7 | 77 | 39 | 54 |
| Octal | 276 | 355 | 275 | 24 | 0 | 24 | 7 | 167 | 71 | 124 |
| Binary | 10111110 | 11101101 | 10111101 | 10100 | 0 | 10100 | 111 | 1110111 | 111001 | 1010100 |
Color Harmonies of #BEEDBD
Complementary color
Monochromatic Colors of #BEEDBD
Black with #BEEDBD
Text Example
Text Example
White with #BEEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDBD; }
p { color: rgb(190,237,189); }
H1.HeaderClassName
{
color: #BEEDBD;
}
.AnyTagClassName
{
color: #BEEDBD;
}
</style>
background-color css
<style>
a { background-color: #BEEDBD; }
a { background-color: rgb(190,237,189); }
div.DivClassName
{
background-color: #BEEDBD;
}
.BgClassName
{
background-color: #BEEDBD;
}
</style>
border-color css
<style>
span { border-color: #BEEDBD; }
span { border-color: rgb(190,237,189); }
td.TdClassName
{
border-color: #BEEDBD;
}
.TagClassName
{
border-color: #BEEDBD;
}
</style>