Shades of Fringy Flower #BDE7BA
Tints of Fringy Flower #BDE7BA
RGB
CMYK
RGB Variations
Color information
#BDE7BA (or 0xBDE7BA) is known color: Fringy Flower. HEX triplet: BD, E7 and BA. RGB value is (189,231,186). Sum of RGB (Red+Green+Blue) = 189+231+186=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7BA is #421845. Grayscale: #D5D5D5. Windows color (decimal): -4331590 or 12249021. OLE color: 12249021.
HSL color Cylindrical-coordinate representation of color #BDE7BA: hue angle of 116º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE7BA is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 186 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.09 |
| HSL | 116º | 0.48% | 0.82% | - |
| HSV(B) | 116º | 0.19% | 0.91% | - |
| XYZ | 58.43 | 71.52 | 57.18 | - |
| YUV | 213.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 186 | 0.18 | 0 | 0.19 | 0.09 | 116 | 0.48 | 0.82 |
| Hex | BD | E7 | BA | 12 | 0 | 13 | 9 | 74 | 30 | 52 |
| Octal | 275 | 347 | 272 | 22 | 0 | 23 | 11 | 164 | 60 | 122 |
| Binary | 10111101 | 11100111 | 10111010 | 10010 | 0 | 10011 | 1001 | 1110100 | 110000 | 1010010 |
Color Harmonies of #BDE7BA
Complementary color
Monochromatic Colors of #BDE7BA
Black with #BDE7BA
Text Example
Text Example
White with #BDE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7BA; }
p { color: rgb(189,231,186); }
H1.HeaderClassName
{
color: #BDE7BA;
}
.AnyTagClassName
{
color: #BDE7BA;
}
</style>
background-color css
<style>
a { background-color: #BDE7BA; }
a { background-color: rgb(189,231,186); }
div.DivClassName
{
background-color: #BDE7BA;
}
.BgClassName
{
background-color: #BDE7BA;
}
</style>
border-color css
<style>
span { border-color: #BDE7BA; }
span { border-color: rgb(189,231,186); }
td.TdClassName
{
border-color: #BDE7BA;
}
.TagClassName
{
border-color: #BDE7BA;
}
</style>