Shades of Fringy Flower #B8FEC1
Tints of Fringy Flower #B8FEC1
RGB
CMYK
RGB Variations
Color information
#B8FEC1 (or 0xB8FEC1) is known color: Fringy Flower. HEX triplet: B8, FE and C1. RGB value is (184,254,193). Sum of RGB (Red+Green+Blue) = 184+254+193=631 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.16% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FEC1 is #47013E. Grayscale: #E2E2E2. Windows color (decimal): -4653375 or 12713656. OLE color: 12713656.
HSL color Cylindrical-coordinate representation of color #B8FEC1: hue angle of 127.71º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FEC1 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 193 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.00 |
| HSL | 127.71º | 0.97% | 0.86% | - |
| HSV(B) | 127.71º | 0.28% | 1% | - |
| XYZ | 64.83 | 84.92 | 63.43 | - |
| YUV | 226.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 193 | 0.28 | 0 | 0.24 | 0.00 | 127.71 | 0.97 | 0.86 |
| Hex | B8 | FE | C1 | 1C | 0 | 18 | 0 | 80 | 61 | 56 |
| Octal | 270 | 376 | 301 | 34 | 0 | 30 | 0 | 200 | 141 | 126 |
| Binary | 10111000 | 11111110 | 11000001 | 11100 | 0 | 11000 | 0 | 10000000 | 1100001 | 1010110 |
Color Harmonies of #B8FEC1
Complementary color
Monochromatic Colors of #B8FEC1
Black with #B8FEC1
Text Example
Text Example
White with #B8FEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FEC1; }
p { color: rgb(184,254,193); }
H1.HeaderClassName
{
color: #B8FEC1;
}
.AnyTagClassName
{
color: #B8FEC1;
}
</style>
background-color css
<style>
a { background-color: #B8FEC1; }
a { background-color: rgb(184,254,193); }
div.DivClassName
{
background-color: #B8FEC1;
}
.BgClassName
{
background-color: #B8FEC1;
}
</style>
border-color css
<style>
span { border-color: #B8FEC1; }
span { border-color: rgb(184,254,193); }
td.TdClassName
{
border-color: #B8FEC1;
}
.TagClassName
{
border-color: #B8FEC1;
}
</style>