Shades of Fringy Flower #B7FBC0
Tints of Fringy Flower #B7FBC0
RGB
CMYK
RGB Variations
Color information
#B7FBC0 (or 0xB7FBC0) is known color: Fringy Flower. HEX triplet: B7, FB and C0. RGB value is (183,251,192). Sum of RGB (Red+Green+Blue) = 183+251+192=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #B7FBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FBC0 is #48043F. Grayscale: #E0E0E0. Windows color (decimal): -4719680 or 12647351. OLE color: 12647351.
HSL color Cylindrical-coordinate representation of color #B7FBC0: hue angle of 127.94º 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 #B7FBC0 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 251 | 192 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.02 |
| HSL | 127.94º | 0.89% | 0.85% | - |
| HSV(B) | 127.94º | 0.27% | 0.98% | - |
| XYZ | 63.54 | 82.87 | 62.52 | - |
| YUV | 223.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 251 | 192 | 0.27 | 0 | 0.24 | 0.02 | 127.94 | 0.89 | 0.85 |
| Hex | B7 | FB | C0 | 1B | 0 | 18 | 2 | 80 | 59 | 55 |
| Octal | 267 | 373 | 300 | 33 | 0 | 30 | 2 | 200 | 131 | 125 |
| Binary | 10110111 | 11111011 | 11000000 | 11011 | 0 | 11000 | 10 | 10000000 | 1011001 | 1010101 |
Color Harmonies of #B7FBC0
Complementary color
Monochromatic Colors of #B7FBC0
Black with #B7FBC0
Text Example
Text Example
White with #B7FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FBC0; }
p { color: rgb(183,251,192); }
H1.HeaderClassName
{
color: #B7FBC0;
}
.AnyTagClassName
{
color: #B7FBC0;
}
</style>
background-color css
<style>
a { background-color: #B7FBC0; }
a { background-color: rgb(183,251,192); }
div.DivClassName
{
background-color: #B7FBC0;
}
.BgClassName
{
background-color: #B7FBC0;
}
</style>
border-color css
<style>
span { border-color: #B7FBC0; }
span { border-color: rgb(183,251,192); }
td.TdClassName
{
border-color: #B7FBC0;
}
.TagClassName
{
border-color: #B7FBC0;
}
</style>