Shades of Fringy Flower #B9EABB
Tints of Fringy Flower #B9EABB
RGB
CMYK
RGB Variations
Color information
#B9EABB (or 0xB9EABB) is known color: Fringy Flower. HEX triplet: B9, EA and BB. RGB value is (185,234,187). Sum of RGB (Red+Green+Blue) = 185+234+187=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EABB is #461544. Grayscale: #D6D6D6. Windows color (decimal): -4592965 or 12315321. OLE color: 12315321.
HSL color Cylindrical-coordinate representation of color #B9EABB: hue angle of 122.45º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EABB is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 234 | 187 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.08 |
| HSL | 122.45º | 0.54% | 0.82% | - |
| HSV(B) | 122.45º | 0.21% | 0.92% | - |
| XYZ | 58.4 | 72.75 | 57.98 | - |
| YUV | 213.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 234 | 187 | 0.21 | 0 | 0.20 | 0.08 | 122.45 | 0.54 | 0.82 |
| Hex | B9 | EA | BB | 15 | 0 | 14 | 8 | 7A | 36 | 52 |
| Octal | 271 | 352 | 273 | 25 | 0 | 24 | 10 | 172 | 66 | 122 |
| Binary | 10111001 | 11101010 | 10111011 | 10101 | 0 | 10100 | 1000 | 1111010 | 110110 | 1010010 |
Color Harmonies of #B9EABB
Complementary color
Monochromatic Colors of #B9EABB
Black with #B9EABB
Text Example
Text Example
White with #B9EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EABB; }
p { color: rgb(185,234,187); }
H1.HeaderClassName
{
color: #B9EABB;
}
.AnyTagClassName
{
color: #B9EABB;
}
</style>
background-color css
<style>
a { background-color: #B9EABB; }
a { background-color: rgb(185,234,187); }
div.DivClassName
{
background-color: #B9EABB;
}
.BgClassName
{
background-color: #B9EABB;
}
</style>
border-color css
<style>
span { border-color: #B9EABB; }
span { border-color: rgb(185,234,187); }
td.TdClassName
{
border-color: #B9EABB;
}
.TagClassName
{
border-color: #B9EABB;
}
</style>