Shades of Fringy Flower #B9E0BB
Tints of Fringy Flower #B9E0BB
RGB
CMYK
RGB Variations
Color information
#B9E0BB (or 0xB9E0BB) is known color: Fringy Flower. HEX triplet: B9, E0 and BB. RGB value is (185,224,187). Sum of RGB (Red+Green+Blue) = 185+224+187=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0BB is #461F44. Grayscale: #D0D0D0. Windows color (decimal): -4595525 or 12312761. OLE color: 12312761.
HSL color Cylindrical-coordinate representation of color #B9E0BB: hue angle of 123.08º 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 #B9E0BB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 187 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.12 |
| HSL | 123.08º | 0.39% | 0.8% | - |
| HSV(B) | 123.08º | 0.17% | 0.88% | - |
| XYZ | 55.63 | 67.21 | 57.06 | - |
| YUV | 208.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 187 | 0.17 | 0 | 0.17 | 0.12 | 123.08 | 0.39 | 0.8 |
| Hex | B9 | E0 | BB | 11 | 0 | 11 | C | 7B | 27 | 50 |
| Octal | 271 | 340 | 273 | 21 | 0 | 21 | 14 | 173 | 47 | 120 |
| Binary | 10111001 | 11100000 | 10111011 | 10001 | 0 | 10001 | 1100 | 1111011 | 100111 | 1010000 |
Color Harmonies of #B9E0BB
Complementary color
Monochromatic Colors of #B9E0BB
Black with #B9E0BB
Text Example
Text Example
White with #B9E0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E0BB; }
p { color: rgb(185,224,187); }
H1.HeaderClassName
{
color: #B9E0BB;
}
.AnyTagClassName
{
color: #B9E0BB;
}
</style>
background-color css
<style>
a { background-color: #B9E0BB; }
a { background-color: rgb(185,224,187); }
div.DivClassName
{
background-color: #B9E0BB;
}
.BgClassName
{
background-color: #B9E0BB;
}
</style>
border-color css
<style>
span { border-color: #B9E0BB; }
span { border-color: rgb(185,224,187); }
td.TdClassName
{
border-color: #B9E0BB;
}
.TagClassName
{
border-color: #B9E0BB;
}
</style>