Shades of Fringy Flower #B7FEC0
Tints of Fringy Flower #B7FEC0
RGB
CMYK
RGB Variations
Color information
#B7FEC0 (or 0xB7FEC0) is known color: Fringy Flower. HEX triplet: B7, FE and C0. RGB value is (183,254,192). Sum of RGB (Red+Green+Blue) = 183+254+192=629 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.09% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FEC0 is #48013F. Grayscale: #E1E1E1. Windows color (decimal): -4718912 or 12648119. OLE color: 12648119.
HSL color Cylindrical-coordinate representation of color #B7FEC0: hue angle of 127.61º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FEC0 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 254 | 192 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.00 |
| HSL | 127.61º | 0.97% | 0.86% | - |
| HSV(B) | 127.61º | 0.28% | 1% | - |
| XYZ | 64.48 | 84.76 | 62.83 | - |
| YUV | 225.7 | 108.98 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 254 | 192 | 0.28 | 0 | 0.24 | 0.00 | 127.61 | 0.97 | 0.86 |
| Hex | B7 | FE | C0 | 1C | 0 | 18 | 0 | 80 | 61 | 56 |
| Octal | 267 | 376 | 300 | 34 | 0 | 30 | 0 | 200 | 141 | 126 |
| Binary | 10110111 | 11111110 | 11000000 | 11100 | 0 | 11000 | 0 | 10000000 | 1100001 | 1010110 |
Color Harmonies of #B7FEC0
Complementary color
Monochromatic Colors of #B7FEC0
Black with #B7FEC0
Text Example
Text Example
White with #B7FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FEC0; }
p { color: rgb(183,254,192); }
H1.HeaderClassName
{
color: #B7FEC0;
}
.AnyTagClassName
{
color: #B7FEC0;
}
</style>
background-color css
<style>
a { background-color: #B7FEC0; }
a { background-color: rgb(183,254,192); }
div.DivClassName
{
background-color: #B7FEC0;
}
.BgClassName
{
background-color: #B7FEC0;
}
</style>
border-color css
<style>
span { border-color: #B7FEC0; }
span { border-color: rgb(183,254,192); }
td.TdClassName
{
border-color: #B7FEC0;
}
.TagClassName
{
border-color: #B7FEC0;
}
</style>