Shades of Fringy Flower #BDFABA
Tints of Fringy Flower #BDFABA
RGB
CMYK
RGB Variations
Color information
#BDFABA (or 0xBDFABA) is known color: Fringy Flower. HEX triplet: BD, FA and BA. RGB value is (189,250,186). Sum of RGB (Red+Green+Blue) = 189+250+186=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFABA is #420545. Grayscale: #E0E0E0. Windows color (decimal): -4326726 or 12253885. OLE color: 12253885.
HSL color Cylindrical-coordinate representation of color #BDFABA: hue angle of 117.19º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFABA is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 186 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.02 |
| HSL | 117.19º | 0.86% | 0.85% | - |
| HSV(B) | 117.19º | 0.26% | 0.98% | - |
| XYZ | 64.03 | 82.74 | 59.05 | - |
| YUV | 224.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 186 | 0.24 | 0 | 0.26 | 0.02 | 117.19 | 0.86 | 0.85 |
| Hex | BD | FA | BA | 18 | 0 | 1A | 2 | 75 | 56 | 55 |
| Octal | 275 | 372 | 272 | 30 | 0 | 32 | 2 | 165 | 126 | 125 |
| Binary | 10111101 | 11111010 | 10111010 | 11000 | 0 | 11010 | 10 | 1110101 | 1010110 | 1010101 |
Color Harmonies of #BDFABA
Complementary color
Monochromatic Colors of #BDFABA
Black with #BDFABA
Text Example
Text Example
White with #BDFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFABA; }
p { color: rgb(189,250,186); }
H1.HeaderClassName
{
color: #BDFABA;
}
.AnyTagClassName
{
color: #BDFABA;
}
</style>
background-color css
<style>
a { background-color: #BDFABA; }
a { background-color: rgb(189,250,186); }
div.DivClassName
{
background-color: #BDFABA;
}
.BgClassName
{
background-color: #BDFABA;
}
</style>
border-color css
<style>
span { border-color: #BDFABA; }
span { border-color: rgb(189,250,186); }
td.TdClassName
{
border-color: #BDFABA;
}
.TagClassName
{
border-color: #BDFABA;
}
</style>