Shades of Fringy Flower #B6F7BD
Tints of Fringy Flower #B6F7BD
RGB
CMYK
RGB Variations
Color information
#B6F7BD (or 0xB6F7BD) is known color: Fringy Flower. HEX triplet: B6, F7 and BD. RGB value is (182,247,189). Sum of RGB (Red+Green+Blue) = 182+247+189=618 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.45% from 618); Green value is 247 (96.88% from 255 or 39.97% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 247 - color contains mainly: green. Hex color #B6F7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F7BD is #490842. Grayscale: #DDDDDD. Windows color (decimal): -4786243 or 12449718. OLE color: 12449718.
HSL color Cylindrical-coordinate representation of color #B6F7BD: hue angle of 126.46º 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 #B6F7BD is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 247 | 189 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.03 |
| HSL | 126.46º | 0.8% | 0.84% | - |
| HSV(B) | 126.46º | 0.26% | 0.97% | - |
| XYZ | 61.74 | 80.14 | 60.36 | - |
| YUV | 220.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 247 | 189 | 0.26 | 0 | 0.23 | 0.03 | 126.46 | 0.8 | 0.84 |
| Hex | B6 | F7 | BD | 1A | 0 | 17 | 3 | 7E | 50 | 54 |
| Octal | 266 | 367 | 275 | 32 | 0 | 27 | 3 | 176 | 120 | 124 |
| Binary | 10110110 | 11110111 | 10111101 | 11010 | 0 | 10111 | 11 | 1111110 | 1010000 | 1010100 |
Color Harmonies of #B6F7BD
Complementary color
Monochromatic Colors of #B6F7BD
Black with #B6F7BD
Text Example
Text Example
White with #B6F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F7BD; }
p { color: rgb(182,247,189); }
H1.HeaderClassName
{
color: #B6F7BD;
}
.AnyTagClassName
{
color: #B6F7BD;
}
</style>
background-color css
<style>
a { background-color: #B6F7BD; }
a { background-color: rgb(182,247,189); }
div.DivClassName
{
background-color: #B6F7BD;
}
.BgClassName
{
background-color: #B6F7BD;
}
</style>
border-color css
<style>
span { border-color: #B6F7BD; }
span { border-color: rgb(182,247,189); }
td.TdClassName
{
border-color: #B6F7BD;
}
.TagClassName
{
border-color: #B6F7BD;
}
</style>