Shades of Fringy Flower #B6F7C1
Tints of Fringy Flower #B6F7C1
RGB
CMYK
RGB Variations
Color information
#B6F7C1 (or 0xB6F7C1) is known color: Fringy Flower. HEX triplet: B6, F7 and C1. RGB value is (182,247,193). Sum of RGB (Red+Green+Blue) = 182+247+193=622 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.26% from 622); Green value is 247 (96.88% from 255 or 39.71% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 247 - color contains mainly: green. Hex color #B6F7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F7C1 is #49083E. Grayscale: #DDDDDD. Windows color (decimal): -4786239 or 12711862. OLE color: 12711862.
HSL color Cylindrical-coordinate representation of color #B6F7C1: hue angle of 130.15º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F7C1 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 247 | 193 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.03 |
| HSL | 130.15º | 0.8% | 0.84% | - |
| HSV(B) | 130.15º | 0.26% | 0.97% | - |
| XYZ | 62.18 | 80.32 | 62.68 | - |
| YUV | 221.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 247 | 193 | 0.26 | 0 | 0.22 | 0.03 | 130.15 | 0.8 | 0.84 |
| Hex | B6 | F7 | C1 | 1A | 0 | 16 | 3 | 82 | 50 | 54 |
| Octal | 266 | 367 | 301 | 32 | 0 | 26 | 3 | 202 | 120 | 124 |
| Binary | 10110110 | 11110111 | 11000001 | 11010 | 0 | 10110 | 11 | 10000010 | 1010000 | 1010100 |
Color Harmonies of #B6F7C1
Complementary color
Monochromatic Colors of #B6F7C1
Black with #B6F7C1
Text Example
Text Example
White with #B6F7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F7C1; }
p { color: rgb(182,247,193); }
H1.HeaderClassName
{
color: #B6F7C1;
}
.AnyTagClassName
{
color: #B6F7C1;
}
</style>
background-color css
<style>
a { background-color: #B6F7C1; }
a { background-color: rgb(182,247,193); }
div.DivClassName
{
background-color: #B6F7C1;
}
.BgClassName
{
background-color: #B6F7C1;
}
</style>
border-color css
<style>
span { border-color: #B6F7C1; }
span { border-color: rgb(182,247,193); }
td.TdClassName
{
border-color: #B6F7C1;
}
.TagClassName
{
border-color: #B6F7C1;
}
</style>