Shades of Fringy Flower #BDF2B9
Tints of Fringy Flower #BDF2B9
RGB
CMYK
RGB Variations
Color information
#BDF2B9 (or 0xBDF2B9) is known color: Fringy Flower. HEX triplet: BD, F2 and B9. RGB value is (189,242,185). Sum of RGB (Red+Green+Blue) = 189+242+185=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2B9 is #420D46. Grayscale: #DBDBDB. Windows color (decimal): -4328775 or 12186301. OLE color: 12186301.
HSL color Cylindrical-coordinate representation of color #BDF2B9: hue angle of 115.79º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF2B9 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 185 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.05 |
| HSL | 115.79º | 0.69% | 0.84% | - |
| HSV(B) | 115.79º | 0.24% | 0.95% | - |
| XYZ | 61.5 | 77.83 | 57.68 | - |
| YUV | 219.66 | 108.44 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 185 | 0.22 | 0 | 0.24 | 0.05 | 115.79 | 0.69 | 0.84 |
| Hex | BD | F2 | B9 | 16 | 0 | 18 | 5 | 74 | 45 | 54 |
| Octal | 275 | 362 | 271 | 26 | 0 | 30 | 5 | 164 | 105 | 124 |
| Binary | 10111101 | 11110010 | 10111001 | 10110 | 0 | 11000 | 101 | 1110100 | 1000101 | 1010100 |
Color Harmonies of #BDF2B9
Complementary color
Monochromatic Colors of #BDF2B9
Black with #BDF2B9
Text Example
Text Example
White with #BDF2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2B9; }
p { color: rgb(189,242,185); }
H1.HeaderClassName
{
color: #BDF2B9;
}
.AnyTagClassName
{
color: #BDF2B9;
}
</style>
background-color css
<style>
a { background-color: #BDF2B9; }
a { background-color: rgb(189,242,185); }
div.DivClassName
{
background-color: #BDF2B9;
}
.BgClassName
{
background-color: #BDF2B9;
}
</style>
border-color css
<style>
span { border-color: #BDF2B9; }
span { border-color: rgb(189,242,185); }
td.TdClassName
{
border-color: #BDF2B9;
}
.TagClassName
{
border-color: #BDF2B9;
}
</style>