Shades of Fringy Flower #BDFEBD
Tints of Fringy Flower #BDFEBD
RGB
CMYK
RGB Variations
Color information
#BDFEBD (or 0xBDFEBD) is known color: Fringy Flower. HEX triplet: BD, FE and BD. RGB value is (189,254,189). Sum of RGB (Red+Green+Blue) = 189+254+189=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEBD is #420142. Grayscale: #E3E3E3. Windows color (decimal): -4325699 or 12451517. OLE color: 12451517.
HSL color Cylindrical-coordinate representation of color #BDFEBD: hue angle of 120º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEBD is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 189 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.00 |
| HSL | 120º | 0.97% | 0.87% | - |
| HSV(B) | 120º | 0.26% | 1% | - |
| XYZ | 65.61 | 85.38 | 61.17 | - |
| YUV | 227.16 | 106.47 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 189 | 0.26 | 0 | 0.26 | 0.00 | 120 | 0.97 | 0.87 |
| Hex | BD | FE | BD | 1A | 0 | 1A | 0 | 78 | 61 | 57 |
| Octal | 275 | 376 | 275 | 32 | 0 | 32 | 0 | 170 | 141 | 127 |
| Binary | 10111101 | 11111110 | 10111101 | 11010 | 0 | 11010 | 0 | 1111000 | 1100001 | 1010111 |
Color Harmonies of #BDFEBD
Complementary color
Monochromatic Colors of #BDFEBD
Black with #BDFEBD
Text Example
Text Example
White with #BDFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEBD; }
p { color: rgb(189,254,189); }
H1.HeaderClassName
{
color: #BDFEBD;
}
.AnyTagClassName
{
color: #BDFEBD;
}
</style>
background-color css
<style>
a { background-color: #BDFEBD; }
a { background-color: rgb(189,254,189); }
div.DivClassName
{
background-color: #BDFEBD;
}
.BgClassName
{
background-color: #BDFEBD;
}
</style>
border-color css
<style>
span { border-color: #BDFEBD; }
span { border-color: rgb(189,254,189); }
td.TdClassName
{
border-color: #BDFEBD;
}
.TagClassName
{
border-color: #BDFEBD;
}
</style>