Shades of Fringy Flower #B9E5BF
Tints of Fringy Flower #B9E5BF
RGB
CMYK
RGB Variations
Color information
#B9E5BF (or 0xB9E5BF) is known color: Fringy Flower. HEX triplet: B9, E5 and BF. RGB value is (185,229,191). Sum of RGB (Red+Green+Blue) = 185+229+191=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E5BF is #461A40. Grayscale: #D3D3D3. Windows color (decimal): -4594241 or 12576185. OLE color: 12576185.
HSL color Cylindrical-coordinate representation of color #B9E5BF: hue angle of 128.18º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9E5BF is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 191 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.10 |
| HSL | 128.18º | 0.46% | 0.81% | - |
| HSV(B) | 128.18º | 0.19% | 0.9% | - |
| XYZ | 57.43 | 70.11 | 59.8 | - |
| YUV | 211.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 191 | 0.19 | 0 | 0.17 | 0.10 | 128.18 | 0.46 | 0.81 |
| Hex | B9 | E5 | BF | 13 | 0 | 11 | A | 80 | 2E | 51 |
| Octal | 271 | 345 | 277 | 23 | 0 | 21 | 12 | 200 | 56 | 121 |
| Binary | 10111001 | 11100101 | 10111111 | 10011 | 0 | 10001 | 1010 | 10000000 | 101110 | 1010001 |
Color Harmonies of #B9E5BF
Complementary color
Monochromatic Colors of #B9E5BF
Black with #B9E5BF
Text Example
Text Example
White with #B9E5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E5BF; }
p { color: rgb(185,229,191); }
H1.HeaderClassName
{
color: #B9E5BF;
}
.AnyTagClassName
{
color: #B9E5BF;
}
</style>
background-color css
<style>
a { background-color: #B9E5BF; }
a { background-color: rgb(185,229,191); }
div.DivClassName
{
background-color: #B9E5BF;
}
.BgClassName
{
background-color: #B9E5BF;
}
</style>
border-color css
<style>
span { border-color: #B9E5BF; }
span { border-color: rgb(185,229,191); }
td.TdClassName
{
border-color: #B9E5BF;
}
.TagClassName
{
border-color: #B9E5BF;
}
</style>