Shades of Fringy Flower #BDE6BA
Tints of Fringy Flower #BDE6BA
RGB
CMYK
RGB Variations
Color information
#BDE6BA (or 0xBDE6BA) is known color: Fringy Flower. HEX triplet: BD, E6 and BA. RGB value is (189,230,186). Sum of RGB (Red+Green+Blue) = 189+230+186=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6BA is #421945. Grayscale: #D4D4D4. Windows color (decimal): -4331846 or 12248765. OLE color: 12248765.
HSL color Cylindrical-coordinate representation of color #BDE6BA: hue angle of 115.91º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE6BA is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 186 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.10 |
| HSL | 115.91º | 0.47% | 0.82% | - |
| HSV(B) | 115.91º | 0.19% | 0.9% | - |
| XYZ | 58.15 | 70.96 | 57.09 | - |
| YUV | 212.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 186 | 0.18 | 0 | 0.19 | 0.10 | 115.91 | 0.47 | 0.82 |
| Hex | BD | E6 | BA | 12 | 0 | 13 | A | 74 | 2F | 52 |
| Octal | 275 | 346 | 272 | 22 | 0 | 23 | 12 | 164 | 57 | 122 |
| Binary | 10111101 | 11100110 | 10111010 | 10010 | 0 | 10011 | 1010 | 1110100 | 101111 | 1010010 |
Color Harmonies of #BDE6BA
Complementary color
Monochromatic Colors of #BDE6BA
Black with #BDE6BA
Text Example
Text Example
White with #BDE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6BA; }
p { color: rgb(189,230,186); }
H1.HeaderClassName
{
color: #BDE6BA;
}
.AnyTagClassName
{
color: #BDE6BA;
}
</style>
background-color css
<style>
a { background-color: #BDE6BA; }
a { background-color: rgb(189,230,186); }
div.DivClassName
{
background-color: #BDE6BA;
}
.BgClassName
{
background-color: #BDE6BA;
}
</style>
border-color css
<style>
span { border-color: #BDE6BA; }
span { border-color: rgb(189,230,186); }
td.TdClassName
{
border-color: #BDE6BA;
}
.TagClassName
{
border-color: #BDE6BA;
}
</style>