Shades of Fringy Flower #BDFEBC
Tints of Fringy Flower #BDFEBC
RGB
CMYK
RGB Variations
Color information
#BDFEBC (or 0xBDFEBC) is known color: Fringy Flower. HEX triplet: BD, FE and BC. RGB value is (189,254,188). Sum of RGB (Red+Green+Blue) = 189+254+188=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEBC is #420143. Grayscale: #E3E3E3. Windows color (decimal): -4325700 or 12385981. OLE color: 12385981.
HSL color Cylindrical-coordinate representation of color #BDFEBC: hue angle of 119.09º 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 #BDFEBC is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 188 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.00 |
| HSL | 119.09º | 0.97% | 0.87% | - |
| HSV(B) | 119.09º | 0.26% | 1% | - |
| XYZ | 65.51 | 85.33 | 60.6 | - |
| YUV | 227.04 | 105.97 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 188 | 0.26 | 0 | 0.26 | 0.00 | 119.09 | 0.97 | 0.87 |
| Hex | BD | FE | BC | 1A | 0 | 1A | 0 | 77 | 61 | 57 |
| Octal | 275 | 376 | 274 | 32 | 0 | 32 | 0 | 167 | 141 | 127 |
| Binary | 10111101 | 11111110 | 10111100 | 11010 | 0 | 11010 | 0 | 1110111 | 1100001 | 1010111 |
Color Harmonies of #BDFEBC
Complementary color
Monochromatic Colors of #BDFEBC
Black with #BDFEBC
Text Example
Text Example
White with #BDFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEBC; }
p { color: rgb(189,254,188); }
H1.HeaderClassName
{
color: #BDFEBC;
}
.AnyTagClassName
{
color: #BDFEBC;
}
</style>
background-color css
<style>
a { background-color: #BDFEBC; }
a { background-color: rgb(189,254,188); }
div.DivClassName
{
background-color: #BDFEBC;
}
.BgClassName
{
background-color: #BDFEBC;
}
</style>
border-color css
<style>
span { border-color: #BDFEBC; }
span { border-color: rgb(189,254,188); }
td.TdClassName
{
border-color: #BDFEBC;
}
.TagClassName
{
border-color: #BDFEBC;
}
</style>