Shades of Fringy Flower #BDF2BA
Tints of Fringy Flower #BDF2BA
RGB
CMYK
RGB Variations
Color information
#BDF2BA (or 0xBDF2BA) is known color: Fringy Flower. HEX triplet: BD, F2 and BA. RGB value is (189,242,186). Sum of RGB (Red+Green+Blue) = 189+242+186=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2BA is #420D45. Grayscale: #DBDBDB. Windows color (decimal): -4328774 or 12251837. OLE color: 12251837.
HSL color Cylindrical-coordinate representation of color #BDF2BA: hue angle of 116.79º degrees, saturation: 0.68, 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 #BDF2BA is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 186 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.05 |
| HSL | 116.79º | 0.68% | 0.84% | - |
| HSV(B) | 116.79º | 0.23% | 0.95% | - |
| XYZ | 61.6 | 77.87 | 58.24 | - |
| YUV | 219.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 186 | 0.22 | 0 | 0.23 | 0.05 | 116.79 | 0.68 | 0.84 |
| Hex | BD | F2 | BA | 16 | 0 | 17 | 5 | 75 | 44 | 54 |
| Octal | 275 | 362 | 272 | 26 | 0 | 27 | 5 | 165 | 104 | 124 |
| Binary | 10111101 | 11110010 | 10111010 | 10110 | 0 | 10111 | 101 | 1110101 | 1000100 | 1010100 |
Color Harmonies of #BDF2BA
Complementary color
Monochromatic Colors of #BDF2BA
Black with #BDF2BA
Text Example
Text Example
White with #BDF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2BA; }
p { color: rgb(189,242,186); }
H1.HeaderClassName
{
color: #BDF2BA;
}
.AnyTagClassName
{
color: #BDF2BA;
}
</style>
background-color css
<style>
a { background-color: #BDF2BA; }
a { background-color: rgb(189,242,186); }
div.DivClassName
{
background-color: #BDF2BA;
}
.BgClassName
{
background-color: #BDF2BA;
}
</style>
border-color css
<style>
span { border-color: #BDF2BA; }
span { border-color: rgb(189,242,186); }
td.TdClassName
{
border-color: #BDF2BA;
}
.TagClassName
{
border-color: #BDF2BA;
}
</style>