Shades of Fringy Flower #B9E0B9
Tints of Fringy Flower #B9E0B9
RGB
CMYK
RGB Variations
Color information
#B9E0B9 (or 0xB9E0B9) is known color: Fringy Flower. HEX triplet: B9, E0 and B9. RGB value is (185,224,185). Sum of RGB (Red+Green+Blue) = 185+224+185=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0B9 is #461F46. Grayscale: #D0D0D0. Windows color (decimal): -4595527 or 12181689. OLE color: 12181689.
HSL color Cylindrical-coordinate representation of color #B9E0B9: hue angle of 120º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9E0B9 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 185 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.12 |
| HSL | 120º | 0.39% | 0.8% | - |
| HSV(B) | 120º | 0.17% | 0.88% | - |
| XYZ | 55.42 | 67.13 | 55.94 | - |
| YUV | 207.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 185 | 0.17 | 0 | 0.17 | 0.12 | 120 | 0.39 | 0.8 |
| Hex | B9 | E0 | B9 | 11 | 0 | 11 | C | 78 | 27 | 50 |
| Octal | 271 | 340 | 271 | 21 | 0 | 21 | 14 | 170 | 47 | 120 |
| Binary | 10111001 | 11100000 | 10111001 | 10001 | 0 | 10001 | 1100 | 1111000 | 100111 | 1010000 |
Color Harmonies of #B9E0B9
Complementary color
Monochromatic Colors of #B9E0B9
Black with #B9E0B9
Text Example
Text Example
White with #B9E0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E0B9; }
p { color: rgb(185,224,185); }
H1.HeaderClassName
{
color: #B9E0B9;
}
.AnyTagClassName
{
color: #B9E0B9;
}
</style>
background-color css
<style>
a { background-color: #B9E0B9; }
a { background-color: rgb(185,224,185); }
div.DivClassName
{
background-color: #B9E0B9;
}
.BgClassName
{
background-color: #B9E0B9;
}
</style>
border-color css
<style>
span { border-color: #B9E0B9; }
span { border-color: rgb(185,224,185); }
td.TdClassName
{
border-color: #B9E0B9;
}
.TagClassName
{
border-color: #B9E0B9;
}
</style>