Shades of Fringy Flower #B8F3BB
Tints of Fringy Flower #B8F3BB
RGB
CMYK
RGB Variations
Color information
#B8F3BB (or 0xB8F3BB) is known color: Fringy Flower. HEX triplet: B8, F3 and BB. RGB value is (184,243,187). Sum of RGB (Red+Green+Blue) = 184+243+187=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F3BB is #470C44. Grayscale: #DBDBDB. Windows color (decimal): -4656197 or 12317624. OLE color: 12317624.
HSL color Cylindrical-coordinate representation of color #B8F3BB: hue angle of 123.05º degrees, saturation: 0.71, 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 #B8F3BB is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 187 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.05 |
| HSL | 123.05º | 0.71% | 0.84% | - |
| HSV(B) | 123.05º | 0.24% | 0.95% | - |
| XYZ | 60.79 | 77.88 | 58.84 | - |
| YUV | 218.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 187 | 0.24 | 0 | 0.23 | 0.05 | 123.05 | 0.71 | 0.84 |
| Hex | B8 | F3 | BB | 18 | 0 | 17 | 5 | 7B | 47 | 54 |
| Octal | 270 | 363 | 273 | 30 | 0 | 27 | 5 | 173 | 107 | 124 |
| Binary | 10111000 | 11110011 | 10111011 | 11000 | 0 | 10111 | 101 | 1111011 | 1000111 | 1010100 |
Color Harmonies of #B8F3BB
Complementary color
Monochromatic Colors of #B8F3BB
Black with #B8F3BB
Text Example
Text Example
White with #B8F3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F3BB; }
p { color: rgb(184,243,187); }
H1.HeaderClassName
{
color: #B8F3BB;
}
.AnyTagClassName
{
color: #B8F3BB;
}
</style>
background-color css
<style>
a { background-color: #B8F3BB; }
a { background-color: rgb(184,243,187); }
div.DivClassName
{
background-color: #B8F3BB;
}
.BgClassName
{
background-color: #B8F3BB;
}
</style>
border-color css
<style>
span { border-color: #B8F3BB; }
span { border-color: rgb(184,243,187); }
td.TdClassName
{
border-color: #B8F3BB;
}
.TagClassName
{
border-color: #B8F3BB;
}
</style>