Shades of Fringy Flower #B7F4BD
Tints of Fringy Flower #B7F4BD
RGB
CMYK
RGB Variations
Color information
#B7F4BD (or 0xB7F4BD) is known color: Fringy Flower. HEX triplet: B7, F4 and BD. RGB value is (183,244,189). Sum of RGB (Red+Green+Blue) = 183+244+189=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 244 - color contains mainly: green. Hex color #B7F4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F4BD is #480B42. Grayscale: #DBDBDB. Windows color (decimal): -4721475 or 12448951. OLE color: 12448951.
HSL color Cylindrical-coordinate representation of color #B7F4BD: hue angle of 125.9º degrees, saturation: 0.73, 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 #B7F4BD is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 244 | 189 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.04 |
| HSL | 125.9º | 0.73% | 0.84% | - |
| HSV(B) | 125.9º | 0.25% | 0.96% | - |
| XYZ | 61.06 | 78.44 | 60.07 | - |
| YUV | 219.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 244 | 189 | 0.25 | 0 | 0.23 | 0.04 | 125.9 | 0.73 | 0.84 |
| Hex | B7 | F4 | BD | 19 | 0 | 17 | 4 | 7E | 49 | 54 |
| Octal | 267 | 364 | 275 | 31 | 0 | 27 | 4 | 176 | 111 | 124 |
| Binary | 10110111 | 11110100 | 10111101 | 11001 | 0 | 10111 | 100 | 1111110 | 1001001 | 1010100 |
Color Harmonies of #B7F4BD
Complementary color
Monochromatic Colors of #B7F4BD
Black with #B7F4BD
Text Example
Text Example
White with #B7F4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F4BD; }
p { color: rgb(183,244,189); }
H1.HeaderClassName
{
color: #B7F4BD;
}
.AnyTagClassName
{
color: #B7F4BD;
}
</style>
background-color css
<style>
a { background-color: #B7F4BD; }
a { background-color: rgb(183,244,189); }
div.DivClassName
{
background-color: #B7F4BD;
}
.BgClassName
{
background-color: #B7F4BD;
}
</style>
border-color css
<style>
span { border-color: #B7F4BD; }
span { border-color: rgb(183,244,189); }
td.TdClassName
{
border-color: #B7F4BD;
}
.TagClassName
{
border-color: #B7F4BD;
}
</style>