Shades of Fringy Flower #B6FBBF
Tints of Fringy Flower #B6FBBF
RGB
CMYK
RGB Variations
Color information
#B6FBBF (or 0xB6FBBF) is known color: Fringy Flower. HEX triplet: B6, FB and BF. RGB value is (182,251,191). Sum of RGB (Red+Green+Blue) = 182+251+191=624 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.17% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 191 (75% from 255 or 30.61% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FBBF is #490440. Grayscale: #DFDFDF. Windows color (decimal): -4785217 or 12581814. OLE color: 12581814.
HSL color Cylindrical-coordinate representation of color #B6FBBF: hue angle of 127.83º degrees, saturation: 0.9, 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 #B6FBBF is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 251 | 191 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.02 |
| HSL | 127.83º | 0.9% | 0.85% | - |
| HSV(B) | 127.83º | 0.27% | 0.98% | - |
| XYZ | 63.19 | 82.7 | 61.92 | - |
| YUV | 223.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 251 | 191 | 0.27 | 0 | 0.24 | 0.02 | 127.83 | 0.9 | 0.85 |
| Hex | B6 | FB | BF | 1B | 0 | 18 | 2 | 80 | 5A | 55 |
| Octal | 266 | 373 | 277 | 33 | 0 | 30 | 2 | 200 | 132 | 125 |
| Binary | 10110110 | 11111011 | 10111111 | 11011 | 0 | 11000 | 10 | 10000000 | 1011010 | 1010101 |
Color Harmonies of #B6FBBF
Complementary color
Monochromatic Colors of #B6FBBF
Black with #B6FBBF
Text Example
Text Example
White with #B6FBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FBBF; }
p { color: rgb(182,251,191); }
H1.HeaderClassName
{
color: #B6FBBF;
}
.AnyTagClassName
{
color: #B6FBBF;
}
</style>
background-color css
<style>
a { background-color: #B6FBBF; }
a { background-color: rgb(182,251,191); }
div.DivClassName
{
background-color: #B6FBBF;
}
.BgClassName
{
background-color: #B6FBBF;
}
</style>
border-color css
<style>
span { border-color: #B6FBBF; }
span { border-color: rgb(182,251,191); }
td.TdClassName
{
border-color: #B6FBBF;
}
.TagClassName
{
border-color: #B6FBBF;
}
</style>