Shades of Fringy Flower #BDEABB
Tints of Fringy Flower #BDEABB
RGB
CMYK
RGB Variations
Color information
#BDEABB (or 0xBDEABB) is known color: Fringy Flower. HEX triplet: BD, EA and BB. RGB value is (189,234,187). Sum of RGB (Red+Green+Blue) = 189+234+187=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEABB is #421544. Grayscale: #D7D7D7. Windows color (decimal): -4330821 or 12315325. OLE color: 12315325.
HSL color Cylindrical-coordinate representation of color #BDEABB: hue angle of 117.45º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEABB is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 187 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.08 |
| HSL | 117.45º | 0.53% | 0.83% | - |
| HSV(B) | 117.45º | 0.2% | 0.92% | - |
| XYZ | 59.38 | 73.25 | 58.02 | - |
| YUV | 215.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 187 | 0.19 | 0 | 0.20 | 0.08 | 117.45 | 0.53 | 0.83 |
| Hex | BD | EA | BB | 13 | 0 | 14 | 8 | 75 | 35 | 53 |
| Octal | 275 | 352 | 273 | 23 | 0 | 24 | 10 | 165 | 65 | 123 |
| Binary | 10111101 | 11101010 | 10111011 | 10011 | 0 | 10100 | 1000 | 1110101 | 110101 | 1010011 |
Color Harmonies of #BDEABB
Complementary color
Monochromatic Colors of #BDEABB
Black with #BDEABB
Text Example
Text Example
White with #BDEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEABB; }
p { color: rgb(189,234,187); }
H1.HeaderClassName
{
color: #BDEABB;
}
.AnyTagClassName
{
color: #BDEABB;
}
</style>
background-color css
<style>
a { background-color: #BDEABB; }
a { background-color: rgb(189,234,187); }
div.DivClassName
{
background-color: #BDEABB;
}
.BgClassName
{
background-color: #BDEABB;
}
</style>
border-color css
<style>
span { border-color: #BDEABB; }
span { border-color: rgb(189,234,187); }
td.TdClassName
{
border-color: #BDEABB;
}
.TagClassName
{
border-color: #BDEABB;
}
</style>