Shades of Fringy Flower #B8F2BA
Tints of Fringy Flower #B8F2BA
RGB
CMYK
RGB Variations
Color information
#B8F2BA (or 0xB8F2BA) is known color: Fringy Flower. HEX triplet: B8, F2 and BA. RGB value is (184,242,186). Sum of RGB (Red+Green+Blue) = 184+242+186=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2BA is #470D45. Grayscale: #DADADA. Windows color (decimal): -4656454 or 12251832. OLE color: 12251832.
HSL color Cylindrical-coordinate representation of color #B8F2BA: hue angle of 122.07º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F2BA is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 186 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.05 |
| HSL | 122.07º | 0.69% | 0.84% | - |
| HSV(B) | 122.07º | 0.24% | 0.95% | - |
| XYZ | 60.38 | 77.24 | 58.18 | - |
| YUV | 218.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 186 | 0.24 | 0 | 0.23 | 0.05 | 122.07 | 0.69 | 0.84 |
| Hex | B8 | F2 | BA | 18 | 0 | 17 | 5 | 7A | 45 | 54 |
| Octal | 270 | 362 | 272 | 30 | 0 | 27 | 5 | 172 | 105 | 124 |
| Binary | 10111000 | 11110010 | 10111010 | 11000 | 0 | 10111 | 101 | 1111010 | 1000101 | 1010100 |
Color Harmonies of #B8F2BA
Complementary color
Monochromatic Colors of #B8F2BA
Black with #B8F2BA
Text Example
Text Example
White with #B8F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F2BA; }
p { color: rgb(184,242,186); }
H1.HeaderClassName
{
color: #B8F2BA;
}
.AnyTagClassName
{
color: #B8F2BA;
}
</style>
background-color css
<style>
a { background-color: #B8F2BA; }
a { background-color: rgb(184,242,186); }
div.DivClassName
{
background-color: #B8F2BA;
}
.BgClassName
{
background-color: #B8F2BA;
}
</style>
border-color css
<style>
span { border-color: #B8F2BA; }
span { border-color: rgb(184,242,186); }
td.TdClassName
{
border-color: #B8F2BA;
}
.TagClassName
{
border-color: #B8F2BA;
}
</style>