Shades of Fringy Flower #BDF5B9
Tints of Fringy Flower #BDF5B9
RGB
CMYK
RGB Variations
Color information
#BDF5B9 (or 0xBDF5B9) is known color: Fringy Flower. HEX triplet: BD, F5 and B9. RGB value is (189,245,185). Sum of RGB (Red+Green+Blue) = 189+245+185=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF5B9 is #420A46. Grayscale: #DDDDDD. Windows color (decimal): -4328007 or 12187069. OLE color: 12187069.
HSL color Cylindrical-coordinate representation of color #BDF5B9: hue angle of 116º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF5B9 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 185 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.04 |
| HSL | 116º | 0.75% | 0.84% | - |
| HSV(B) | 116º | 0.24% | 0.96% | - |
| XYZ | 62.4 | 79.63 | 57.98 | - |
| YUV | 221.42 | 107.45 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 185 | 0.23 | 0 | 0.24 | 0.04 | 116 | 0.75 | 0.84 |
| Hex | BD | F5 | B9 | 17 | 0 | 18 | 4 | 74 | 4B | 54 |
| Octal | 275 | 365 | 271 | 27 | 0 | 30 | 4 | 164 | 113 | 124 |
| Binary | 10111101 | 11110101 | 10111001 | 10111 | 0 | 11000 | 100 | 1110100 | 1001011 | 1010100 |
Color Harmonies of #BDF5B9
Complementary color
Monochromatic Colors of #BDF5B9
Black with #BDF5B9
Text Example
Text Example
White with #BDF5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5B9; }
p { color: rgb(189,245,185); }
H1.HeaderClassName
{
color: #BDF5B9;
}
.AnyTagClassName
{
color: #BDF5B9;
}
</style>
background-color css
<style>
a { background-color: #BDF5B9; }
a { background-color: rgb(189,245,185); }
div.DivClassName
{
background-color: #BDF5B9;
}
.BgClassName
{
background-color: #BDF5B9;
}
</style>
border-color css
<style>
span { border-color: #BDF5B9; }
span { border-color: rgb(189,245,185); }
td.TdClassName
{
border-color: #BDF5B9;
}
.TagClassName
{
border-color: #BDF5B9;
}
</style>