Shades of Fringy Flower #B8EABA
Tints of Fringy Flower #B8EABA
RGB
CMYK
RGB Variations
Color information
#B8EABA (or 0xB8EABA) is known color: Fringy Flower. HEX triplet: B8, EA and BA. RGB value is (184,234,186). Sum of RGB (Red+Green+Blue) = 184+234+186=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EABA is #471545. Grayscale: #D5D5D5. Windows color (decimal): -4658502 or 12249784. OLE color: 12249784.
HSL color Cylindrical-coordinate representation of color #B8EABA: hue angle of 122.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8EABA is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 234 | 186 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.08 |
| HSL | 122.4º | 0.54% | 0.82% | - |
| HSV(B) | 122.4º | 0.21% | 0.92% | - |
| XYZ | 58.05 | 72.58 | 57.4 | - |
| YUV | 213.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 234 | 186 | 0.21 | 0 | 0.21 | 0.08 | 122.4 | 0.54 | 0.82 |
| Hex | B8 | EA | BA | 15 | 0 | 15 | 8 | 7A | 36 | 52 |
| Octal | 270 | 352 | 272 | 25 | 0 | 25 | 10 | 172 | 66 | 122 |
| Binary | 10111000 | 11101010 | 10111010 | 10101 | 0 | 10101 | 1000 | 1111010 | 110110 | 1010010 |
Color Harmonies of #B8EABA
Complementary color
Monochromatic Colors of #B8EABA
Black with #B8EABA
Text Example
Text Example
White with #B8EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EABA; }
p { color: rgb(184,234,186); }
H1.HeaderClassName
{
color: #B8EABA;
}
.AnyTagClassName
{
color: #B8EABA;
}
</style>
background-color css
<style>
a { background-color: #B8EABA; }
a { background-color: rgb(184,234,186); }
div.DivClassName
{
background-color: #B8EABA;
}
.BgClassName
{
background-color: #B8EABA;
}
</style>
border-color css
<style>
span { border-color: #B8EABA; }
span { border-color: rgb(184,234,186); }
td.TdClassName
{
border-color: #B8EABA;
}
.TagClassName
{
border-color: #B8EABA;
}
</style>