Shades of Fringy Flower #B7E0BF
Tints of Fringy Flower #B7E0BF
RGB
CMYK
RGB Variations
Color information
#B7E0BF (or 0xB7E0BF) is known color: Fringy Flower. HEX triplet: B7, E0 and BF. RGB value is (183,224,191). Sum of RGB (Red+Green+Blue) = 183+224+191=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #B7E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E0BF is #481F40. Grayscale: #D0D0D0. Windows color (decimal): -4726593 or 12574903. OLE color: 12574903.
HSL color Cylindrical-coordinate representation of color #B7E0BF: hue angle of 131.71º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7E0BF is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 224 | 191 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.12 |
| HSL | 131.71º | 0.4% | 0.8% | - |
| HSV(B) | 131.71º | 0.18% | 0.88% | - |
| XYZ | 55.59 | 67.14 | 59.32 | - |
| YUV | 207.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 224 | 191 | 0.18 | 0 | 0.15 | 0.12 | 131.71 | 0.4 | 0.8 |
| Hex | B7 | E0 | BF | 12 | 0 | F | C | 84 | 28 | 50 |
| Octal | 267 | 340 | 277 | 22 | 0 | 17 | 14 | 204 | 50 | 120 |
| Binary | 10110111 | 11100000 | 10111111 | 10010 | 0 | 1111 | 1100 | 10000100 | 101000 | 1010000 |
Color Harmonies of #B7E0BF
Complementary color
Monochromatic Colors of #B7E0BF
Black with #B7E0BF
Text Example
Text Example
White with #B7E0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E0BF; }
p { color: rgb(183,224,191); }
H1.HeaderClassName
{
color: #B7E0BF;
}
.AnyTagClassName
{
color: #B7E0BF;
}
</style>
background-color css
<style>
a { background-color: #B7E0BF; }
a { background-color: rgb(183,224,191); }
div.DivClassName
{
background-color: #B7E0BF;
}
.BgClassName
{
background-color: #B7E0BF;
}
</style>
border-color css
<style>
span { border-color: #B7E0BF; }
span { border-color: rgb(183,224,191); }
td.TdClassName
{
border-color: #B7E0BF;
}
.TagClassName
{
border-color: #B7E0BF;
}
</style>