Shades of Fringy Flower #BDF7BA
Tints of Fringy Flower #BDF7BA
RGB
CMYK
RGB Variations
Color information
#BDF7BA (or 0xBDF7BA) is known color: Fringy Flower. HEX triplet: BD, F7 and BA. RGB value is (189,247,186). Sum of RGB (Red+Green+Blue) = 189+247+186=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7BA is #420845. Grayscale: #DEDEDE. Windows color (decimal): -4327494 or 12253117. OLE color: 12253117.
HSL color Cylindrical-coordinate representation of color #BDF7BA: hue angle of 117.05º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF7BA is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 186 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.03 |
| HSL | 117.05º | 0.79% | 0.85% | - |
| HSV(B) | 117.05º | 0.25% | 0.97% | - |
| XYZ | 63.11 | 80.89 | 58.74 | - |
| YUV | 222.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 186 | 0.23 | 0 | 0.25 | 0.03 | 117.05 | 0.79 | 0.85 |
| Hex | BD | F7 | BA | 17 | 0 | 19 | 3 | 75 | 4F | 55 |
| Octal | 275 | 367 | 272 | 27 | 0 | 31 | 3 | 165 | 117 | 125 |
| Binary | 10111101 | 11110111 | 10111010 | 10111 | 0 | 11001 | 11 | 1110101 | 1001111 | 1010101 |
Color Harmonies of #BDF7BA
Complementary color
Monochromatic Colors of #BDF7BA
Black with #BDF7BA
Text Example
Text Example
White with #BDF7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7BA; }
p { color: rgb(189,247,186); }
H1.HeaderClassName
{
color: #BDF7BA;
}
.AnyTagClassName
{
color: #BDF7BA;
}
</style>
background-color css
<style>
a { background-color: #BDF7BA; }
a { background-color: rgb(189,247,186); }
div.DivClassName
{
background-color: #BDF7BA;
}
.BgClassName
{
background-color: #BDF7BA;
}
</style>
border-color css
<style>
span { border-color: #BDF7BA; }
span { border-color: rgb(189,247,186); }
td.TdClassName
{
border-color: #BDF7BA;
}
.TagClassName
{
border-color: #BDF7BA;
}
</style>