Shades of Fringy Flower #BDE7BE
Tints of Fringy Flower #BDE7BE
RGB
CMYK
RGB Variations
Color information
#BDE7BE (or 0xBDE7BE) is known color: Fringy Flower. HEX triplet: BD, E7 and BE. RGB value is (189,231,190). Sum of RGB (Red+Green+Blue) = 189+231+190=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7BE is #421841. Grayscale: #D5D5D5. Windows color (decimal): -4331586 or 12511165. OLE color: 12511165.
HSL color Cylindrical-coordinate representation of color #BDE7BE: hue angle of 121.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7BE is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 190 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.09 |
| HSL | 121.43º | 0.47% | 0.82% | - |
| HSV(B) | 121.43º | 0.18% | 0.91% | - |
| XYZ | 58.86 | 71.69 | 59.45 | - |
| YUV | 213.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 190 | 0.18 | 0 | 0.18 | 0.09 | 121.43 | 0.47 | 0.82 |
| Hex | BD | E7 | BE | 12 | 0 | 12 | 9 | 79 | 2F | 52 |
| Octal | 275 | 347 | 276 | 22 | 0 | 22 | 11 | 171 | 57 | 122 |
| Binary | 10111101 | 11100111 | 10111110 | 10010 | 0 | 10010 | 1001 | 1111001 | 101111 | 1010010 |
Color Harmonies of #BDE7BE
Complementary color
Monochromatic Colors of #BDE7BE
Black with #BDE7BE
Text Example
Text Example
White with #BDE7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7BE; }
p { color: rgb(189,231,190); }
H1.HeaderClassName
{
color: #BDE7BE;
}
.AnyTagClassName
{
color: #BDE7BE;
}
</style>
background-color css
<style>
a { background-color: #BDE7BE; }
a { background-color: rgb(189,231,190); }
div.DivClassName
{
background-color: #BDE7BE;
}
.BgClassName
{
background-color: #BDE7BE;
}
</style>
border-color css
<style>
span { border-color: #BDE7BE; }
span { border-color: rgb(189,231,190); }
td.TdClassName
{
border-color: #BDE7BE;
}
.TagClassName
{
border-color: #BDE7BE;
}
</style>