Shades of Fringy Flower #BDF4BA
Tints of Fringy Flower #BDF4BA
RGB
CMYK
RGB Variations
Color information
#BDF4BA (or 0xBDF4BA) is known color: Fringy Flower. HEX triplet: BD, F4 and BA. RGB value is (189,244,186). Sum of RGB (Red+Green+Blue) = 189+244+186=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4BA is #420B45. Grayscale: #DDDDDD. Windows color (decimal): -4328262 or 12252349. OLE color: 12252349.
HSL color Cylindrical-coordinate representation of color #BDF4BA: hue angle of 116.9º degrees, saturation: 0.73, 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 #BDF4BA is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 186 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.04 |
| HSL | 116.9º | 0.73% | 0.84% | - |
| HSV(B) | 116.9º | 0.24% | 0.96% | - |
| XYZ | 62.2 | 79.07 | 58.44 | - |
| YUV | 220.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 186 | 0.23 | 0 | 0.24 | 0.04 | 116.9 | 0.73 | 0.84 |
| Hex | BD | F4 | BA | 17 | 0 | 18 | 4 | 75 | 48 | 54 |
| Octal | 275 | 364 | 272 | 27 | 0 | 30 | 4 | 165 | 110 | 124 |
| Binary | 10111101 | 11110100 | 10111010 | 10111 | 0 | 11000 | 100 | 1110101 | 1001000 | 1010100 |
Color Harmonies of #BDF4BA
Complementary color
Monochromatic Colors of #BDF4BA
Black with #BDF4BA
Text Example
Text Example
White with #BDF4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4BA; }
p { color: rgb(189,244,186); }
H1.HeaderClassName
{
color: #BDF4BA;
}
.AnyTagClassName
{
color: #BDF4BA;
}
</style>
background-color css
<style>
a { background-color: #BDF4BA; }
a { background-color: rgb(189,244,186); }
div.DivClassName
{
background-color: #BDF4BA;
}
.BgClassName
{
background-color: #BDF4BA;
}
</style>
border-color css
<style>
span { border-color: #BDF4BA; }
span { border-color: rgb(189,244,186); }
td.TdClassName
{
border-color: #BDF4BA;
}
.TagClassName
{
border-color: #BDF4BA;
}
</style>