Shades of Fringy Flower #B7F3BF
Tints of Fringy Flower #B7F3BF
RGB
CMYK
RGB Variations
Color information
#B7F3BF (or 0xB7F3BF) is known color: Fringy Flower. HEX triplet: B7, F3 and BF. RGB value is (183,243,191). Sum of RGB (Red+Green+Blue) = 183+243+191=617 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.66% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F3BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F3BF is #480C40. Grayscale: #DBDBDB. Windows color (decimal): -4721729 or 12579767. OLE color: 12579767.
HSL color Cylindrical-coordinate representation of color #B7F3BF: hue angle of 128º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F3BF is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 243 | 191 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.05 |
| HSL | 128º | 0.71% | 0.84% | - |
| HSV(B) | 128º | 0.25% | 0.95% | - |
| XYZ | 60.98 | 77.93 | 61.12 | - |
| YUV | 219.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 243 | 191 | 0.25 | 0 | 0.21 | 0.05 | 128 | 0.71 | 0.84 |
| Hex | B7 | F3 | BF | 19 | 0 | 15 | 5 | 80 | 47 | 54 |
| Octal | 267 | 363 | 277 | 31 | 0 | 25 | 5 | 200 | 107 | 124 |
| Binary | 10110111 | 11110011 | 10111111 | 11001 | 0 | 10101 | 101 | 10000000 | 1000111 | 1010100 |
Color Harmonies of #B7F3BF
Complementary color
Monochromatic Colors of #B7F3BF
Black with #B7F3BF
Text Example
Text Example
White with #B7F3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F3BF; }
p { color: rgb(183,243,191); }
H1.HeaderClassName
{
color: #B7F3BF;
}
.AnyTagClassName
{
color: #B7F3BF;
}
</style>
background-color css
<style>
a { background-color: #B7F3BF; }
a { background-color: rgb(183,243,191); }
div.DivClassName
{
background-color: #B7F3BF;
}
.BgClassName
{
background-color: #B7F3BF;
}
</style>
border-color css
<style>
span { border-color: #B7F3BF; }
span { border-color: rgb(183,243,191); }
td.TdClassName
{
border-color: #B7F3BF;
}
.TagClassName
{
border-color: #B7F3BF;
}
</style>