Shades of Fringy Flower #BDE3BF
Tints of Fringy Flower #BDE3BF
RGB
CMYK
RGB Variations
Color information
#BDE3BF (or 0xBDE3BF) is known color: Fringy Flower. HEX triplet: BD, E3 and BF. RGB value is (189,227,191). Sum of RGB (Red+Green+Blue) = 189+227+191=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3BF is #421C40. Grayscale: #D3D3D3. Windows color (decimal): -4332609 or 12575677. OLE color: 12575677.
HSL color Cylindrical-coordinate representation of color #BDE3BF: hue angle of 123.16º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE3BF is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 191 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.11 |
| HSL | 123.16º | 0.4% | 0.82% | - |
| HSV(B) | 123.16º | 0.17% | 0.89% | - |
| XYZ | 57.86 | 69.52 | 59.66 | - |
| YUV | 211.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 191 | 0.17 | 0 | 0.16 | 0.11 | 123.16 | 0.4 | 0.82 |
| Hex | BD | E3 | BF | 11 | 0 | 10 | B | 7B | 28 | 52 |
| Octal | 275 | 343 | 277 | 21 | 0 | 20 | 13 | 173 | 50 | 122 |
| Binary | 10111101 | 11100011 | 10111111 | 10001 | 0 | 10000 | 1011 | 1111011 | 101000 | 1010010 |
Color Harmonies of #BDE3BF
Complementary color
Monochromatic Colors of #BDE3BF
Black with #BDE3BF
Text Example
Text Example
White with #BDE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3BF; }
p { color: rgb(189,227,191); }
H1.HeaderClassName
{
color: #BDE3BF;
}
.AnyTagClassName
{
color: #BDE3BF;
}
</style>
background-color css
<style>
a { background-color: #BDE3BF; }
a { background-color: rgb(189,227,191); }
div.DivClassName
{
background-color: #BDE3BF;
}
.BgClassName
{
background-color: #BDE3BF;
}
</style>
border-color css
<style>
span { border-color: #BDE3BF; }
span { border-color: rgb(189,227,191); }
td.TdClassName
{
border-color: #BDE3BF;
}
.TagClassName
{
border-color: #BDE3BF;
}
</style>