Shades of Fringy Flower #BDF0BA
Tints of Fringy Flower #BDF0BA
RGB
CMYK
RGB Variations
Color information
#BDF0BA (or 0xBDF0BA) is known color: Fringy Flower. HEX triplet: BD, F0 and BA. RGB value is (189,240,186). Sum of RGB (Red+Green+Blue) = 189+240+186=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0BA is #420F45. Grayscale: #DADADA. Windows color (decimal): -4329286 or 12251325. OLE color: 12251325.
HSL color Cylindrical-coordinate representation of color #BDF0BA: hue angle of 116.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF0BA is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 186 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.06 |
| HSL | 116.67º | 0.64% | 0.84% | - |
| HSV(B) | 116.67º | 0.23% | 0.94% | - |
| XYZ | 61.01 | 76.68 | 58.04 | - |
| YUV | 218.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 186 | 0.21 | 0 | 0.22 | 0.06 | 116.67 | 0.64 | 0.84 |
| Hex | BD | F0 | BA | 15 | 0 | 16 | 6 | 75 | 40 | 54 |
| Octal | 275 | 360 | 272 | 25 | 0 | 26 | 6 | 165 | 100 | 124 |
| Binary | 10111101 | 11110000 | 10111010 | 10101 | 0 | 10110 | 110 | 1110101 | 1000000 | 1010100 |
Color Harmonies of #BDF0BA
Complementary color
Monochromatic Colors of #BDF0BA
Black with #BDF0BA
Text Example
Text Example
White with #BDF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0BA; }
p { color: rgb(189,240,186); }
H1.HeaderClassName
{
color: #BDF0BA;
}
.AnyTagClassName
{
color: #BDF0BA;
}
</style>
background-color css
<style>
a { background-color: #BDF0BA; }
a { background-color: rgb(189,240,186); }
div.DivClassName
{
background-color: #BDF0BA;
}
.BgClassName
{
background-color: #BDF0BA;
}
</style>
border-color css
<style>
span { border-color: #BDF0BA; }
span { border-color: rgb(189,240,186); }
td.TdClassName
{
border-color: #BDF0BA;
}
.TagClassName
{
border-color: #BDF0BA;
}
</style>