Shades of Fringy Flower #B6EFBF
Tints of Fringy Flower #B6EFBF
RGB
CMYK
RGB Variations
Color information
#B6EFBF (or 0xB6EFBF) is known color: Fringy Flower. HEX triplet: B6, EF and BF. RGB value is (182,239,191). Sum of RGB (Red+Green+Blue) = 182+239+191=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #B6EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EFBF is #491040. Grayscale: #D8D8D8. Windows color (decimal): -4788289 or 12578742. OLE color: 12578742.
HSL color Cylindrical-coordinate representation of color #B6EFBF: hue angle of 129.47º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6EFBF is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 239 | 191 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.06 |
| HSL | 129.47º | 0.64% | 0.83% | - |
| HSV(B) | 129.47º | 0.24% | 0.94% | - |
| XYZ | 59.56 | 75.44 | 60.71 | - |
| YUV | 216.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 239 | 191 | 0.24 | 0 | 0.20 | 0.06 | 129.47 | 0.64 | 0.83 |
| Hex | B6 | EF | BF | 18 | 0 | 14 | 6 | 81 | 40 | 53 |
| Octal | 266 | 357 | 277 | 30 | 0 | 24 | 6 | 201 | 100 | 123 |
| Binary | 10110110 | 11101111 | 10111111 | 11000 | 0 | 10100 | 110 | 10000001 | 1000000 | 1010011 |
Color Harmonies of #B6EFBF
Complementary color
Monochromatic Colors of #B6EFBF
Black with #B6EFBF
Text Example
Text Example
White with #B6EFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EFBF; }
p { color: rgb(182,239,191); }
H1.HeaderClassName
{
color: #B6EFBF;
}
.AnyTagClassName
{
color: #B6EFBF;
}
</style>
background-color css
<style>
a { background-color: #B6EFBF; }
a { background-color: rgb(182,239,191); }
div.DivClassName
{
background-color: #B6EFBF;
}
.BgClassName
{
background-color: #B6EFBF;
}
</style>
border-color css
<style>
span { border-color: #B6EFBF; }
span { border-color: rgb(182,239,191); }
td.TdClassName
{
border-color: #B6EFBF;
}
.TagClassName
{
border-color: #B6EFBF;
}
</style>