Shades of Fringy Flower #B0EABB
Tints of Fringy Flower #B0EABB
RGB
CMYK
RGB Variations
Color information
#B0EABB (or 0xB0EABB) is known color: Fringy Flower. HEX triplet: B0, EA and BB. RGB value is (176,234,187). Sum of RGB (Red+Green+Blue) = 176+234+187=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EABB is #4F1544. Grayscale: #D3D3D3. Windows color (decimal): -5182789 or 12315312. OLE color: 12315312.
HSL color Cylindrical-coordinate representation of color #B0EABB: hue angle of 131.38º 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 #B0EABB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 187 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.08 |
| HSL | 131.38º | 0.58% | 0.8% | - |
| HSV(B) | 131.38º | 0.25% | 0.92% | - |
| XYZ | 56.3 | 71.66 | 57.88 | - |
| YUV | 211.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 187 | 0.25 | 0 | 0.20 | 0.08 | 131.38 | 0.58 | 0.8 |
| Hex | B0 | EA | BB | 19 | 0 | 14 | 8 | 83 | 3A | 50 |
| Octal | 260 | 352 | 273 | 31 | 0 | 24 | 10 | 203 | 72 | 120 |
| Binary | 10110000 | 11101010 | 10111011 | 11001 | 0 | 10100 | 1000 | 10000011 | 111010 | 1010000 |
Color Harmonies of #B0EABB
Complementary color
Monochromatic Colors of #B0EABB
Black with #B0EABB
Text Example
Text Example
White with #B0EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EABB; }
p { color: rgb(176,234,187); }
H1.HeaderClassName
{
color: #B0EABB;
}
.AnyTagClassName
{
color: #B0EABB;
}
</style>
background-color css
<style>
a { background-color: #B0EABB; }
a { background-color: rgb(176,234,187); }
div.DivClassName
{
background-color: #B0EABB;
}
.BgClassName
{
background-color: #B0EABB;
}
</style>
border-color css
<style>
span { border-color: #B0EABB; }
span { border-color: rgb(176,234,187); }
td.TdClassName
{
border-color: #B0EABB;
}
.TagClassName
{
border-color: #B0EABB;
}
</style>