Shades of Fringy Flower #B6EDB9
Tints of Fringy Flower #B6EDB9
RGB
CMYK
RGB Variations
Color information
#B6EDB9 (or 0xB6EDB9) is known color: Fringy Flower. HEX triplet: B6, ED and B9. RGB value is (182,237,185). Sum of RGB (Red+Green+Blue) = 182+237+185=604 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.13% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #B6EDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EDB9 is #491246. Grayscale: #D6D6D6. Windows color (decimal): -4788807 or 12185014. OLE color: 12185014.
HSL color Cylindrical-coordinate representation of color #B6EDB9: hue angle of 123.27º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EDB9 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 237 | 185 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.07 |
| HSL | 123.27º | 0.6% | 0.82% | - |
| HSV(B) | 123.27º | 0.23% | 0.93% | - |
| XYZ | 58.33 | 74.02 | 57.11 | - |
| YUV | 214.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 237 | 185 | 0.23 | 0 | 0.22 | 0.07 | 123.27 | 0.6 | 0.82 |
| Hex | B6 | ED | B9 | 17 | 0 | 16 | 7 | 7B | 3C | 52 |
| Octal | 266 | 355 | 271 | 27 | 0 | 26 | 7 | 173 | 74 | 122 |
| Binary | 10110110 | 11101101 | 10111001 | 10111 | 0 | 10110 | 111 | 1111011 | 111100 | 1010010 |
Color Harmonies of #B6EDB9
Complementary color
Monochromatic Colors of #B6EDB9
Black with #B6EDB9
Text Example
Text Example
White with #B6EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EDB9; }
p { color: rgb(182,237,185); }
H1.HeaderClassName
{
color: #B6EDB9;
}
.AnyTagClassName
{
color: #B6EDB9;
}
</style>
background-color css
<style>
a { background-color: #B6EDB9; }
a { background-color: rgb(182,237,185); }
div.DivClassName
{
background-color: #B6EDB9;
}
.BgClassName
{
background-color: #B6EDB9;
}
</style>
border-color css
<style>
span { border-color: #B6EDB9; }
span { border-color: rgb(182,237,185); }
td.TdClassName
{
border-color: #B6EDB9;
}
.TagClassName
{
border-color: #B6EDB9;
}
</style>