Shades of Fringy Flower #B8FBC0
Tints of Fringy Flower #B8FBC0
RGB
CMYK
RGB Variations
Color information
#B8FBC0 (or 0xB8FBC0) is known color: Fringy Flower. HEX triplet: B8, FB and C0. RGB value is (184,251,192). Sum of RGB (Red+Green+Blue) = 184+251+192=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FBC0 is #47043F. Grayscale: #E0E0E0. Windows color (decimal): -4654144 or 12647352. OLE color: 12647352.
HSL color Cylindrical-coordinate representation of color #B8FBC0: hue angle of 127.16º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FBC0 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 251 | 192 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.02 |
| HSL | 127.16º | 0.89% | 0.85% | - |
| HSV(B) | 127.16º | 0.27% | 0.98% | - |
| XYZ | 63.78 | 82.99 | 62.53 | - |
| YUV | 224.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 251 | 192 | 0.27 | 0 | 0.24 | 0.02 | 127.16 | 0.89 | 0.85 |
| Hex | B8 | FB | C0 | 1B | 0 | 18 | 2 | 7F | 59 | 55 |
| Octal | 270 | 373 | 300 | 33 | 0 | 30 | 2 | 177 | 131 | 125 |
| Binary | 10111000 | 11111011 | 11000000 | 11011 | 0 | 11000 | 10 | 1111111 | 1011001 | 1010101 |
Color Harmonies of #B8FBC0
Complementary color
Monochromatic Colors of #B8FBC0
Black with #B8FBC0
Text Example
Text Example
White with #B8FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FBC0; }
p { color: rgb(184,251,192); }
H1.HeaderClassName
{
color: #B8FBC0;
}
.AnyTagClassName
{
color: #B8FBC0;
}
</style>
background-color css
<style>
a { background-color: #B8FBC0; }
a { background-color: rgb(184,251,192); }
div.DivClassName
{
background-color: #B8FBC0;
}
.BgClassName
{
background-color: #B8FBC0;
}
</style>
border-color css
<style>
span { border-color: #B8FBC0; }
span { border-color: rgb(184,251,192); }
td.TdClassName
{
border-color: #B8FBC0;
}
.TagClassName
{
border-color: #B8FBC0;
}
</style>