Shades of Fringy Flower #B7F1BA
Tints of Fringy Flower #B7F1BA
RGB
CMYK
RGB Variations
Color information
#B7F1BA (or 0xB7F1BA) is known color: Fringy Flower. HEX triplet: B7, F1 and BA. RGB value is (183,241,186). Sum of RGB (Red+Green+Blue) = 183+241+186=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F1BA is #480E45. Grayscale: #D9D9D9. Windows color (decimal): -4722246 or 12251575. OLE color: 12251575.
HSL color Cylindrical-coordinate representation of color #B7F1BA: hue angle of 123.1º degrees, saturation: 0.67, 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 #B7F1BA is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 241 | 186 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.05 |
| HSL | 123.1º | 0.67% | 0.83% | - |
| HSV(B) | 123.1º | 0.24% | 0.95% | - |
| XYZ | 59.85 | 76.52 | 58.07 | - |
| YUV | 217.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 241 | 186 | 0.24 | 0 | 0.23 | 0.05 | 123.1 | 0.67 | 0.83 |
| Hex | B7 | F1 | BA | 18 | 0 | 17 | 5 | 7B | 43 | 53 |
| Octal | 267 | 361 | 272 | 30 | 0 | 27 | 5 | 173 | 103 | 123 |
| Binary | 10110111 | 11110001 | 10111010 | 11000 | 0 | 10111 | 101 | 1111011 | 1000011 | 1010011 |
Color Harmonies of #B7F1BA
Complementary color
Monochromatic Colors of #B7F1BA
Black with #B7F1BA
Text Example
Text Example
White with #B7F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F1BA; }
p { color: rgb(183,241,186); }
H1.HeaderClassName
{
color: #B7F1BA;
}
.AnyTagClassName
{
color: #B7F1BA;
}
</style>
background-color css
<style>
a { background-color: #B7F1BA; }
a { background-color: rgb(183,241,186); }
div.DivClassName
{
background-color: #B7F1BA;
}
.BgClassName
{
background-color: #B7F1BA;
}
</style>
border-color css
<style>
span { border-color: #B7F1BA; }
span { border-color: rgb(183,241,186); }
td.TdClassName
{
border-color: #B7F1BA;
}
.TagClassName
{
border-color: #B7F1BA;
}
</style>