Shades of Fringy Flower #B0EAC4
Tints of Fringy Flower #B0EAC4
RGB
CMYK
RGB Variations
Color information
#B0EAC4 (or 0xB0EAC4) is known color: Fringy Flower. HEX triplet: B0, EA and C4. RGB value is (176,234,196). Sum of RGB (Red+Green+Blue) = 176+234+196=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EAC4 is #4F153B. Grayscale: #D4D4D4. Windows color (decimal): -5182780 or 12905136. OLE color: 12905136.
HSL color Cylindrical-coordinate representation of color #B0EAC4: hue angle of 140.69º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EAC4 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 196 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.08 |
| HSL | 140.69º | 0.58% | 0.8% | - |
| HSV(B) | 140.69º | 0.25% | 0.92% | - |
| XYZ | 57.29 | 72.06 | 63.11 | - |
| YUV | 212.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 196 | 0.25 | 0 | 0.16 | 0.08 | 140.69 | 0.58 | 0.8 |
| Hex | B0 | EA | C4 | 19 | 0 | 10 | 8 | 8D | 3A | 50 |
| Octal | 260 | 352 | 304 | 31 | 0 | 20 | 10 | 215 | 72 | 120 |
| Binary | 10110000 | 11101010 | 11000100 | 11001 | 0 | 10000 | 1000 | 10001101 | 111010 | 1010000 |
Color Harmonies of #B0EAC4
Complementary color
Monochromatic Colors of #B0EAC4
Black with #B0EAC4
Text Example
Text Example
White with #B0EAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EAC4; }
p { color: rgb(176,234,196); }
H1.HeaderClassName
{
color: #B0EAC4;
}
.AnyTagClassName
{
color: #B0EAC4;
}
</style>
background-color css
<style>
a { background-color: #B0EAC4; }
a { background-color: rgb(176,234,196); }
div.DivClassName
{
background-color: #B0EAC4;
}
.BgClassName
{
background-color: #B0EAC4;
}
</style>
border-color css
<style>
span { border-color: #B0EAC4; }
span { border-color: rgb(176,234,196); }
td.TdClassName
{
border-color: #B0EAC4;
}
.TagClassName
{
border-color: #B0EAC4;
}
</style>