Shades of Fringy Flower #B7F2BA
Tints of Fringy Flower #B7F2BA
RGB
CMYK
RGB Variations
Color information
#B7F2BA (or 0xB7F2BA) is known color: Fringy Flower. HEX triplet: B7, F2 and BA. RGB value is (183,242,186). Sum of RGB (Red+Green+Blue) = 183+242+186=611 (80% of max value = 765). Red value is 183 (71.88% from 255 or 29.95% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F2BA is #480D45. Grayscale: #DADADA. Windows color (decimal): -4721990 or 12251831. OLE color: 12251831.
HSL color Cylindrical-coordinate representation of color #B7F2BA: hue angle of 123.05º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F2BA is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 242 | 186 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.05 |
| HSL | 123.05º | 0.69% | 0.83% | - |
| HSV(B) | 123.05º | 0.24% | 0.95% | - |
| XYZ | 60.14 | 77.12 | 58.17 | - |
| YUV | 217.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 242 | 186 | 0.24 | 0 | 0.23 | 0.05 | 123.05 | 0.69 | 0.83 |
| Hex | B7 | F2 | BA | 18 | 0 | 17 | 5 | 7B | 45 | 53 |
| Octal | 267 | 362 | 272 | 30 | 0 | 27 | 5 | 173 | 105 | 123 |
| Binary | 10110111 | 11110010 | 10111010 | 11000 | 0 | 10111 | 101 | 1111011 | 1000101 | 1010011 |
Color Harmonies of #B7F2BA
Complementary color
Monochromatic Colors of #B7F2BA
Black with #B7F2BA
Text Example
Text Example
White with #B7F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F2BA; }
p { color: rgb(183,242,186); }
H1.HeaderClassName
{
color: #B7F2BA;
}
.AnyTagClassName
{
color: #B7F2BA;
}
</style>
background-color css
<style>
a { background-color: #B7F2BA; }
a { background-color: rgb(183,242,186); }
div.DivClassName
{
background-color: #B7F2BA;
}
.BgClassName
{
background-color: #B7F2BA;
}
</style>
border-color css
<style>
span { border-color: #B7F2BA; }
span { border-color: rgb(183,242,186); }
td.TdClassName
{
border-color: #B7F2BA;
}
.TagClassName
{
border-color: #B7F2BA;
}
</style>