Shades of Fringy Flower #B7F5C1
Tints of Fringy Flower #B7F5C1
RGB
CMYK
RGB Variations
Color information
#B7F5C1 (or 0xB7F5C1) is known color: Fringy Flower. HEX triplet: B7, F5 and C1. RGB value is (183,245,193). Sum of RGB (Red+Green+Blue) = 183+245+193=621 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.47% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 245 - color contains mainly: green. Hex color #B7F5C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F5C1 is #480A3E. Grayscale: #DCDCDC. Windows color (decimal): -4721215 or 12711351. OLE color: 12711351.
HSL color Cylindrical-coordinate representation of color #B7F5C1: hue angle of 129.68º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F5C1 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 245 | 193 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.04 |
| HSL | 129.68º | 0.76% | 0.84% | - |
| HSV(B) | 129.68º | 0.25% | 0.96% | - |
| XYZ | 61.81 | 79.22 | 62.49 | - |
| YUV | 220.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 245 | 193 | 0.25 | 0 | 0.21 | 0.04 | 129.68 | 0.76 | 0.84 |
| Hex | B7 | F5 | C1 | 19 | 0 | 15 | 4 | 82 | 4C | 54 |
| Octal | 267 | 365 | 301 | 31 | 0 | 25 | 4 | 202 | 114 | 124 |
| Binary | 10110111 | 11110101 | 11000001 | 11001 | 0 | 10101 | 100 | 10000010 | 1001100 | 1010100 |
Color Harmonies of #B7F5C1
Complementary color
Monochromatic Colors of #B7F5C1
Black with #B7F5C1
Text Example
Text Example
White with #B7F5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F5C1; }
p { color: rgb(183,245,193); }
H1.HeaderClassName
{
color: #B7F5C1;
}
.AnyTagClassName
{
color: #B7F5C1;
}
</style>
background-color css
<style>
a { background-color: #B7F5C1; }
a { background-color: rgb(183,245,193); }
div.DivClassName
{
background-color: #B7F5C1;
}
.BgClassName
{
background-color: #B7F5C1;
}
</style>
border-color css
<style>
span { border-color: #B7F5C1; }
span { border-color: rgb(183,245,193); }
td.TdClassName
{
border-color: #B7F5C1;
}
.TagClassName
{
border-color: #B7F5C1;
}
</style>