Shades of Fringy Flower #B7F7BD
Tints of Fringy Flower #B7F7BD
RGB
CMYK
RGB Variations
Color information
#B7F7BD (or 0xB7F7BD) is known color: Fringy Flower. HEX triplet: B7, F7 and BD. RGB value is (183,247,189). Sum of RGB (Red+Green+Blue) = 183+247+189=619 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.56% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #B7F7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F7BD is #480842. Grayscale: #DDDDDD. Windows color (decimal): -4720707 or 12449719. OLE color: 12449719.
HSL color Cylindrical-coordinate representation of color #B7F7BD: hue angle of 125.62º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F7BD is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 247 | 189 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.03 |
| HSL | 125.63º | 0.8% | 0.84% | - |
| HSV(B) | 125.63º | 0.26% | 0.97% | - |
| XYZ | 61.97 | 80.26 | 60.37 | - |
| YUV | 221.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 247 | 189 | 0.26 | 0 | 0.23 | 0.03 | 125.63 | 0.8 | 0.84 |
| Hex | B7 | F7 | BD | 1A | 0 | 17 | 3 | 7E | 50 | 54 |
| Octal | 267 | 367 | 275 | 32 | 0 | 27 | 3 | 176 | 120 | 124 |
| Binary | 10110111 | 11110111 | 10111101 | 11010 | 0 | 10111 | 11 | 1111110 | 1010000 | 1010100 |
Color Harmonies of #B7F7BD
Complementary color
Monochromatic Colors of #B7F7BD
Black with #B7F7BD
Text Example
Text Example
White with #B7F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F7BD; }
p { color: rgb(183,247,189); }
H1.HeaderClassName
{
color: #B7F7BD;
}
.AnyTagClassName
{
color: #B7F7BD;
}
</style>
background-color css
<style>
a { background-color: #B7F7BD; }
a { background-color: rgb(183,247,189); }
div.DivClassName
{
background-color: #B7F7BD;
}
.BgClassName
{
background-color: #B7F7BD;
}
</style>
border-color css
<style>
span { border-color: #B7F7BD; }
span { border-color: rgb(183,247,189); }
td.TdClassName
{
border-color: #B7F7BD;
}
.TagClassName
{
border-color: #B7F7BD;
}
</style>