Shades of Fringy Flower #B0EABF
Tints of Fringy Flower #B0EABF
RGB
CMYK
RGB Variations
Color information
#B0EABF (or 0xB0EABF) is known color: Fringy Flower. HEX triplet: B0, EA and BF. RGB value is (176,234,191). Sum of RGB (Red+Green+Blue) = 176+234+191=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 191 (75% from 255 or 31.78% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EABF is #4F1540. Grayscale: #D3D3D3. Windows color (decimal): -5182785 or 12577456. OLE color: 12577456.
HSL color Cylindrical-coordinate representation of color #B0EABF: hue angle of 135.52º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EABF is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 191 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.08 |
| HSL | 135.52º | 0.58% | 0.8% | - |
| HSV(B) | 135.52º | 0.25% | 0.92% | - |
| XYZ | 56.73 | 71.84 | 60.17 | - |
| YUV | 211.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 191 | 0.25 | 0 | 0.18 | 0.08 | 135.52 | 0.58 | 0.8 |
| Hex | B0 | EA | BF | 19 | 0 | 12 | 8 | 88 | 3A | 50 |
| Octal | 260 | 352 | 277 | 31 | 0 | 22 | 10 | 210 | 72 | 120 |
| Binary | 10110000 | 11101010 | 10111111 | 11001 | 0 | 10010 | 1000 | 10001000 | 111010 | 1010000 |
Color Harmonies of #B0EABF
Complementary color
Monochromatic Colors of #B0EABF
Black with #B0EABF
Text Example
Text Example
White with #B0EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EABF; }
p { color: rgb(176,234,191); }
H1.HeaderClassName
{
color: #B0EABF;
}
.AnyTagClassName
{
color: #B0EABF;
}
</style>
background-color css
<style>
a { background-color: #B0EABF; }
a { background-color: rgb(176,234,191); }
div.DivClassName
{
background-color: #B0EABF;
}
.BgClassName
{
background-color: #B0EABF;
}
</style>
border-color css
<style>
span { border-color: #B0EABF; }
span { border-color: rgb(176,234,191); }
td.TdClassName
{
border-color: #B0EABF;
}
.TagClassName
{
border-color: #B0EABF;
}
</style>