Shades of Fringy Flower #B9E7BB
Tints of Fringy Flower #B9E7BB
RGB
CMYK
RGB Variations
Color information
#B9E7BB (or 0xB9E7BB) is known color: Fringy Flower. HEX triplet: B9, E7 and BB. RGB value is (185,231,187). Sum of RGB (Red+Green+Blue) = 185+231+187=603 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.68% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E7BB is #461844. Grayscale: #D4D4D4. Windows color (decimal): -4593733 or 12314553. OLE color: 12314553.
HSL color Cylindrical-coordinate representation of color #B9E7BB: hue angle of 122.61º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E7BB is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 231 | 187 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.09 |
| HSL | 122.61º | 0.49% | 0.82% | - |
| HSV(B) | 122.61º | 0.2% | 0.91% | - |
| XYZ | 57.55 | 71.05 | 57.7 | - |
| YUV | 212.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 231 | 187 | 0.20 | 0 | 0.19 | 0.09 | 122.61 | 0.49 | 0.82 |
| Hex | B9 | E7 | BB | 14 | 0 | 13 | 9 | 7B | 31 | 52 |
| Octal | 271 | 347 | 273 | 24 | 0 | 23 | 11 | 173 | 61 | 122 |
| Binary | 10111001 | 11100111 | 10111011 | 10100 | 0 | 10011 | 1001 | 1111011 | 110001 | 1010010 |
Color Harmonies of #B9E7BB
Complementary color
Monochromatic Colors of #B9E7BB
Black with #B9E7BB
Text Example
Text Example
White with #B9E7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E7BB; }
p { color: rgb(185,231,187); }
H1.HeaderClassName
{
color: #B9E7BB;
}
.AnyTagClassName
{
color: #B9E7BB;
}
</style>
background-color css
<style>
a { background-color: #B9E7BB; }
a { background-color: rgb(185,231,187); }
div.DivClassName
{
background-color: #B9E7BB;
}
.BgClassName
{
background-color: #B9E7BB;
}
</style>
border-color css
<style>
span { border-color: #B9E7BB; }
span { border-color: rgb(185,231,187); }
td.TdClassName
{
border-color: #B9E7BB;
}
.TagClassName
{
border-color: #B9E7BB;
}
</style>