Shades of Fringy Flower #BDF1BA
Tints of Fringy Flower #BDF1BA
RGB
CMYK
RGB Variations
Color information
#BDF1BA (or 0xBDF1BA) is known color: Fringy Flower. HEX triplet: BD, F1 and BA. RGB value is (189,241,186). Sum of RGB (Red+Green+Blue) = 189+241+186=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1BA is #420E45. Grayscale: #DBDBDB. Windows color (decimal): -4329030 or 12251581. OLE color: 12251581.
HSL color Cylindrical-coordinate representation of color #BDF1BA: hue angle of 116.73º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF1BA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 186 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.05 |
| HSL | 116.73º | 0.66% | 0.84% | - |
| HSV(B) | 116.73º | 0.23% | 0.95% | - |
| XYZ | 61.3 | 77.27 | 58.14 | - |
| YUV | 219.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 186 | 0.22 | 0 | 0.23 | 0.05 | 116.73 | 0.66 | 0.84 |
| Hex | BD | F1 | BA | 16 | 0 | 17 | 5 | 75 | 42 | 54 |
| Octal | 275 | 361 | 272 | 26 | 0 | 27 | 5 | 165 | 102 | 124 |
| Binary | 10111101 | 11110001 | 10111010 | 10110 | 0 | 10111 | 101 | 1110101 | 1000010 | 1010100 |
Color Harmonies of #BDF1BA
Complementary color
Monochromatic Colors of #BDF1BA
Black with #BDF1BA
Text Example
Text Example
White with #BDF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1BA; }
p { color: rgb(189,241,186); }
H1.HeaderClassName
{
color: #BDF1BA;
}
.AnyTagClassName
{
color: #BDF1BA;
}
</style>
background-color css
<style>
a { background-color: #BDF1BA; }
a { background-color: rgb(189,241,186); }
div.DivClassName
{
background-color: #BDF1BA;
}
.BgClassName
{
background-color: #BDF1BA;
}
</style>
border-color css
<style>
span { border-color: #BDF1BA; }
span { border-color: rgb(189,241,186); }
td.TdClassName
{
border-color: #BDF1BA;
}
.TagClassName
{
border-color: #BDF1BA;
}
</style>