Shades of Fringy Flower #BDEABE
Tints of Fringy Flower #BDEABE
RGB
CMYK
RGB Variations
Color information
#BDEABE (or 0xBDEABE) is known color: Fringy Flower. HEX triplet: BD, EA and BE. RGB value is (189,234,190). Sum of RGB (Red+Green+Blue) = 189+234+190=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEABE is #421541. Grayscale: #D7D7D7. Windows color (decimal): -4330818 or 12511933. OLE color: 12511933.
HSL color Cylindrical-coordinate representation of color #BDEABE: hue angle of 121.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEABE is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 190 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.08 |
| HSL | 121.33º | 0.52% | 0.83% | - |
| HSV(B) | 121.33º | 0.19% | 0.92% | - |
| XYZ | 59.7 | 73.38 | 59.73 | - |
| YUV | 215.53 | 113.59 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 190 | 0.19 | 0 | 0.19 | 0.08 | 121.33 | 0.52 | 0.83 |
| Hex | BD | EA | BE | 13 | 0 | 13 | 8 | 79 | 34 | 53 |
| Octal | 275 | 352 | 276 | 23 | 0 | 23 | 10 | 171 | 64 | 123 |
| Binary | 10111101 | 11101010 | 10111110 | 10011 | 0 | 10011 | 1000 | 1111001 | 110100 | 1010011 |
Color Harmonies of #BDEABE
Complementary color
Monochromatic Colors of #BDEABE
Black with #BDEABE
Text Example
Text Example
White with #BDEABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEABE; }
p { color: rgb(189,234,190); }
H1.HeaderClassName
{
color: #BDEABE;
}
.AnyTagClassName
{
color: #BDEABE;
}
</style>
background-color css
<style>
a { background-color: #BDEABE; }
a { background-color: rgb(189,234,190); }
div.DivClassName
{
background-color: #BDEABE;
}
.BgClassName
{
background-color: #BDEABE;
}
</style>
border-color css
<style>
span { border-color: #BDEABE; }
span { border-color: rgb(189,234,190); }
td.TdClassName
{
border-color: #BDEABE;
}
.TagClassName
{
border-color: #BDEABE;
}
</style>