Shades of Fringy Flower #BDEABF
Tints of Fringy Flower #BDEABF
RGB
CMYK
RGB Variations
Color information
#BDEABF (or 0xBDEABF) is known color: Fringy Flower. HEX triplet: BD, EA and BF. RGB value is (189,234,191). Sum of RGB (Red+Green+Blue) = 189+234+191=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEABF is #421540. Grayscale: #D7D7D7. Windows color (decimal): -4330817 or 12577469. OLE color: 12577469.
HSL color Cylindrical-coordinate representation of color #BDEABF: hue angle of 122.67º 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 #BDEABF is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 191 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.08 |
| HSL | 122.67º | 0.52% | 0.83% | - |
| HSV(B) | 122.67º | 0.19% | 0.92% | - |
| XYZ | 59.81 | 73.43 | 60.31 | - |
| YUV | 215.64 | 114.09 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 191 | 0.19 | 0 | 0.18 | 0.08 | 122.67 | 0.52 | 0.83 |
| Hex | BD | EA | BF | 13 | 0 | 12 | 8 | 7B | 34 | 53 |
| Octal | 275 | 352 | 277 | 23 | 0 | 22 | 10 | 173 | 64 | 123 |
| Binary | 10111101 | 11101010 | 10111111 | 10011 | 0 | 10010 | 1000 | 1111011 | 110100 | 1010011 |
Color Harmonies of #BDEABF
Complementary color
Monochromatic Colors of #BDEABF
Black with #BDEABF
Text Example
Text Example
White with #BDEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEABF; }
p { color: rgb(189,234,191); }
H1.HeaderClassName
{
color: #BDEABF;
}
.AnyTagClassName
{
color: #BDEABF;
}
</style>
background-color css
<style>
a { background-color: #BDEABF; }
a { background-color: rgb(189,234,191); }
div.DivClassName
{
background-color: #BDEABF;
}
.BgClassName
{
background-color: #BDEABF;
}
</style>
border-color css
<style>
span { border-color: #BDEABF; }
span { border-color: rgb(189,234,191); }
td.TdClassName
{
border-color: #BDEABF;
}
.TagClassName
{
border-color: #BDEABF;
}
</style>