Shades of Fringy Flower #B6FDB7
Tints of Fringy Flower #B6FDB7
RGB
CMYK
RGB Variations
Color information
#B6FDB7 (or 0xB6FDB7) is known color: Fringy Flower. HEX triplet: B6, FD and B7. RGB value is (182,253,183). Sum of RGB (Red+Green+Blue) = 182+253+183=618 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.45% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 183 (71.88% from 255 or 29.61% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FDB7 is #490248. Grayscale: #DFDFDF. Windows color (decimal): -4784713 or 12058038. OLE color: 12058038.
HSL color Cylindrical-coordinate representation of color #B6FDB7: hue angle of 120.85º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FDB7 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 253 | 183 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.01 |
| HSL | 120.85º | 0.95% | 0.85% | - |
| HSV(B) | 120.85º | 0.28% | 0.99% | - |
| XYZ | 62.96 | 83.61 | 57.62 | - |
| YUV | 223.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 253 | 183 | 0.28 | 0 | 0.28 | 0.01 | 120.85 | 0.95 | 0.85 |
| Hex | B6 | FD | B7 | 1C | 0 | 1C | 1 | 79 | 5F | 55 |
| Octal | 266 | 375 | 267 | 34 | 0 | 34 | 1 | 171 | 137 | 125 |
| Binary | 10110110 | 11111101 | 10110111 | 11100 | 0 | 11100 | 1 | 1111001 | 1011111 | 1010101 |
Color Harmonies of #B6FDB7
Complementary color
Monochromatic Colors of #B6FDB7
Black with #B6FDB7
Text Example
Text Example
White with #B6FDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FDB7; }
p { color: rgb(182,253,183); }
H1.HeaderClassName
{
color: #B6FDB7;
}
.AnyTagClassName
{
color: #B6FDB7;
}
</style>
background-color css
<style>
a { background-color: #B6FDB7; }
a { background-color: rgb(182,253,183); }
div.DivClassName
{
background-color: #B6FDB7;
}
.BgClassName
{
background-color: #B6FDB7;
}
</style>
border-color css
<style>
span { border-color: #B6FDB7; }
span { border-color: rgb(182,253,183); }
td.TdClassName
{
border-color: #B6FDB7;
}
.TagClassName
{
border-color: #B6FDB7;
}
</style>