Shades of Fringy Flower #B8EEBF
Tints of Fringy Flower #B8EEBF
RGB
CMYK
RGB Variations
Color information
#B8EEBF (or 0xB8EEBF) is known color: Fringy Flower. HEX triplet: B8, EE and BF. RGB value is (184,238,191). Sum of RGB (Red+Green+Blue) = 184+238+191=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EEBF is #471140. Grayscale: #D8D8D8. Windows color (decimal): -4657473 or 12578488. OLE color: 12578488.
HSL color Cylindrical-coordinate representation of color #B8EEBF: hue angle of 127.78º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EEBF is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 238 | 191 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.07 |
| HSL | 127.78º | 0.61% | 0.83% | - |
| HSV(B) | 127.78º | 0.23% | 0.93% | - |
| XYZ | 59.75 | 75.1 | 60.64 | - |
| YUV | 216.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 238 | 191 | 0.23 | 0 | 0.20 | 0.07 | 127.78 | 0.61 | 0.83 |
| Hex | B8 | EE | BF | 17 | 0 | 14 | 7 | 80 | 3D | 53 |
| Octal | 270 | 356 | 277 | 27 | 0 | 24 | 7 | 200 | 75 | 123 |
| Binary | 10111000 | 11101110 | 10111111 | 10111 | 0 | 10100 | 111 | 10000000 | 111101 | 1010011 |
Color Harmonies of #B8EEBF
Complementary color
Monochromatic Colors of #B8EEBF
Black with #B8EEBF
Text Example
Text Example
White with #B8EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EEBF; }
p { color: rgb(184,238,191); }
H1.HeaderClassName
{
color: #B8EEBF;
}
.AnyTagClassName
{
color: #B8EEBF;
}
</style>
background-color css
<style>
a { background-color: #B8EEBF; }
a { background-color: rgb(184,238,191); }
div.DivClassName
{
background-color: #B8EEBF;
}
.BgClassName
{
background-color: #B8EEBF;
}
</style>
border-color css
<style>
span { border-color: #B8EEBF; }
span { border-color: rgb(184,238,191); }
td.TdClassName
{
border-color: #B8EEBF;
}
.TagClassName
{
border-color: #B8EEBF;
}
</style>