Shades of Fringy Flower #B6F6BB
Tints of Fringy Flower #B6F6BB
RGB
CMYK
RGB Variations
Color information
#B6F6BB (or 0xB6F6BB) is known color: Fringy Flower. HEX triplet: B6, F6 and BB. RGB value is (182,246,187). Sum of RGB (Red+Green+Blue) = 182+246+187=615 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.59% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F6BB is #490944. Grayscale: #DCDCDC. Windows color (decimal): -4786501 or 12318390. OLE color: 12318390.
HSL color Cylindrical-coordinate representation of color #B6F6BB: hue angle of 124.69º 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 #B6F6BB is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 246 | 187 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.04 |
| HSL | 124.69º | 0.78% | 0.84% | - |
| HSV(B) | 124.69º | 0.26% | 0.96% | - |
| XYZ | 61.22 | 79.44 | 59.12 | - |
| YUV | 220.14 | 109.3 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 246 | 187 | 0.26 | 0 | 0.24 | 0.04 | 124.69 | 0.78 | 0.84 |
| Hex | B6 | F6 | BB | 1A | 0 | 18 | 4 | 7D | 4E | 54 |
| Octal | 266 | 366 | 273 | 32 | 0 | 30 | 4 | 175 | 116 | 124 |
| Binary | 10110110 | 11110110 | 10111011 | 11010 | 0 | 11000 | 100 | 1111101 | 1001110 | 1010100 |
Color Harmonies of #B6F6BB
Complementary color
Monochromatic Colors of #B6F6BB
Black with #B6F6BB
Text Example
Text Example
White with #B6F6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F6BB; }
p { color: rgb(182,246,187); }
H1.HeaderClassName
{
color: #B6F6BB;
}
.AnyTagClassName
{
color: #B6F6BB;
}
</style>
background-color css
<style>
a { background-color: #B6F6BB; }
a { background-color: rgb(182,246,187); }
div.DivClassName
{
background-color: #B6F6BB;
}
.BgClassName
{
background-color: #B6F6BB;
}
</style>
border-color css
<style>
span { border-color: #B6F6BB; }
span { border-color: rgb(182,246,187); }
td.TdClassName
{
border-color: #B6F6BB;
}
.TagClassName
{
border-color: #B6F6BB;
}
</style>