Shades of Fringy Flower #B7F6BA
Tints of Fringy Flower #B7F6BA
RGB
CMYK
RGB Variations
Color information
#B7F6BA (or 0xB7F6BA) is known color: Fringy Flower. HEX triplet: B7, F6 and BA. RGB value is (183,246,186). Sum of RGB (Red+Green+Blue) = 183+246+186=615 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.76% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #B7F6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F6BA is #480945. Grayscale: #DCDCDC. Windows color (decimal): -4720966 or 12252855. OLE color: 12252855.
HSL color Cylindrical-coordinate representation of color #B7F6BA: hue angle of 122.86º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F6BA is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 246 | 186 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.04 |
| HSL | 122.86º | 0.78% | 0.84% | - |
| HSV(B) | 122.86º | 0.26% | 0.96% | - |
| XYZ | 61.35 | 79.52 | 58.57 | - |
| YUV | 220.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 246 | 186 | 0.26 | 0 | 0.24 | 0.04 | 122.86 | 0.78 | 0.84 |
| Hex | B7 | F6 | BA | 1A | 0 | 18 | 4 | 7B | 4E | 54 |
| Octal | 267 | 366 | 272 | 32 | 0 | 30 | 4 | 173 | 116 | 124 |
| Binary | 10110111 | 11110110 | 10111010 | 11010 | 0 | 11000 | 100 | 1111011 | 1001110 | 1010100 |
Color Harmonies of #B7F6BA
Complementary color
Monochromatic Colors of #B7F6BA
Black with #B7F6BA
Text Example
Text Example
White with #B7F6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F6BA; }
p { color: rgb(183,246,186); }
H1.HeaderClassName
{
color: #B7F6BA;
}
.AnyTagClassName
{
color: #B7F6BA;
}
</style>
background-color css
<style>
a { background-color: #B7F6BA; }
a { background-color: rgb(183,246,186); }
div.DivClassName
{
background-color: #B7F6BA;
}
.BgClassName
{
background-color: #B7F6BA;
}
</style>
border-color css
<style>
span { border-color: #B7F6BA; }
span { border-color: rgb(183,246,186); }
td.TdClassName
{
border-color: #B7F6BA;
}
.TagClassName
{
border-color: #B7F6BA;
}
</style>