Shades of Fringy Flower #BDF6BA
Tints of Fringy Flower #BDF6BA
RGB
CMYK
RGB Variations
Color information
#BDF6BA (or 0xBDF6BA) is known color: Fringy Flower. HEX triplet: BD, F6 and BA. RGB value is (189,246,186). Sum of RGB (Red+Green+Blue) = 189+246+186=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6BA is #420945. Grayscale: #DEDEDE. Windows color (decimal): -4327750 or 12252861. OLE color: 12252861.
HSL color Cylindrical-coordinate representation of color #BDF6BA: hue angle of 117º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF6BA is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 186 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.04 |
| HSL | 117º | 0.77% | 0.85% | - |
| HSV(B) | 117º | 0.24% | 0.96% | - |
| XYZ | 62.8 | 80.28 | 58.64 | - |
| YUV | 222.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 186 | 0.23 | 0 | 0.24 | 0.04 | 117 | 0.77 | 0.85 |
| Hex | BD | F6 | BA | 17 | 0 | 18 | 4 | 75 | 4D | 55 |
| Octal | 275 | 366 | 272 | 27 | 0 | 30 | 4 | 165 | 115 | 125 |
| Binary | 10111101 | 11110110 | 10111010 | 10111 | 0 | 11000 | 100 | 1110101 | 1001101 | 1010101 |
Color Harmonies of #BDF6BA
Complementary color
Monochromatic Colors of #BDF6BA
Black with #BDF6BA
Text Example
Text Example
White with #BDF6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6BA; }
p { color: rgb(189,246,186); }
H1.HeaderClassName
{
color: #BDF6BA;
}
.AnyTagClassName
{
color: #BDF6BA;
}
</style>
background-color css
<style>
a { background-color: #BDF6BA; }
a { background-color: rgb(189,246,186); }
div.DivClassName
{
background-color: #BDF6BA;
}
.BgClassName
{
background-color: #BDF6BA;
}
</style>
border-color css
<style>
span { border-color: #BDF6BA; }
span { border-color: rgb(189,246,186); }
td.TdClassName
{
border-color: #BDF6BA;
}
.TagClassName
{
border-color: #BDF6BA;
}
</style>