Shades of Fringy Flower #BDFEBB
Tints of Fringy Flower #BDFEBB
RGB
CMYK
RGB Variations
Color information
#BDFEBB (or 0xBDFEBB) is known color: Fringy Flower. HEX triplet: BD, FE and BB. RGB value is (189,254,187). Sum of RGB (Red+Green+Blue) = 189+254+187=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEBB is #420144. Grayscale: #E3E3E3. Windows color (decimal): -4325701 or 12320445. OLE color: 12320445.
HSL color Cylindrical-coordinate representation of color #BDFEBB: hue angle of 118.21º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEBB is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 187 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.00 |
| HSL | 118.21º | 0.97% | 0.86% | - |
| HSV(B) | 118.21º | 0.26% | 1% | - |
| XYZ | 65.4 | 85.29 | 60.03 | - |
| YUV | 226.93 | 105.47 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 187 | 0.26 | 0 | 0.26 | 0.00 | 118.21 | 0.97 | 0.86 |
| Hex | BD | FE | BB | 1A | 0 | 1A | 0 | 76 | 61 | 56 |
| Octal | 275 | 376 | 273 | 32 | 0 | 32 | 0 | 166 | 141 | 126 |
| Binary | 10111101 | 11111110 | 10111011 | 11010 | 0 | 11010 | 0 | 1110110 | 1100001 | 1010110 |
Color Harmonies of #BDFEBB
Complementary color
Monochromatic Colors of #BDFEBB
Black with #BDFEBB
Text Example
Text Example
White with #BDFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEBB; }
p { color: rgb(189,254,187); }
H1.HeaderClassName
{
color: #BDFEBB;
}
.AnyTagClassName
{
color: #BDFEBB;
}
</style>
background-color css
<style>
a { background-color: #BDFEBB; }
a { background-color: rgb(189,254,187); }
div.DivClassName
{
background-color: #BDFEBB;
}
.BgClassName
{
background-color: #BDFEBB;
}
</style>
border-color css
<style>
span { border-color: #BDFEBB; }
span { border-color: rgb(189,254,187); }
td.TdClassName
{
border-color: #BDFEBB;
}
.TagClassName
{
border-color: #BDFEBB;
}
</style>