Shades of Fringy Flower #B9EAC0
Tints of Fringy Flower #B9EAC0
RGB
CMYK
RGB Variations
Color information
#B9EAC0 (or 0xB9EAC0) is known color: Fringy Flower. HEX triplet: B9, EA and C0. RGB value is (185,234,192). Sum of RGB (Red+Green+Blue) = 185+234+192=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EAC0 is #46153F. Grayscale: #D6D6D6. Windows color (decimal): -4592960 or 12643001. OLE color: 12643001.
HSL color Cylindrical-coordinate representation of color #B9EAC0: hue angle of 128.57º 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 #B9EAC0 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 234 | 192 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.08 |
| HSL | 128.57º | 0.54% | 0.82% | - |
| HSV(B) | 128.57º | 0.21% | 0.92% | - |
| XYZ | 58.94 | 72.97 | 60.85 | - |
| YUV | 214.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 234 | 192 | 0.21 | 0 | 0.18 | 0.08 | 128.57 | 0.54 | 0.82 |
| Hex | B9 | EA | C0 | 15 | 0 | 12 | 8 | 81 | 36 | 52 |
| Octal | 271 | 352 | 300 | 25 | 0 | 22 | 10 | 201 | 66 | 122 |
| Binary | 10111001 | 11101010 | 11000000 | 10101 | 0 | 10010 | 1000 | 10000001 | 110110 | 1010010 |
Color Harmonies of #B9EAC0
Complementary color
Monochromatic Colors of #B9EAC0
Black with #B9EAC0
Text Example
Text Example
White with #B9EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EAC0; }
p { color: rgb(185,234,192); }
H1.HeaderClassName
{
color: #B9EAC0;
}
.AnyTagClassName
{
color: #B9EAC0;
}
</style>
background-color css
<style>
a { background-color: #B9EAC0; }
a { background-color: rgb(185,234,192); }
div.DivClassName
{
background-color: #B9EAC0;
}
.BgClassName
{
background-color: #B9EAC0;
}
</style>
border-color css
<style>
span { border-color: #B9EAC0; }
span { border-color: rgb(185,234,192); }
td.TdClassName
{
border-color: #B9EAC0;
}
.TagClassName
{
border-color: #B9EAC0;
}
</style>