Shades of Fringy Flower #B0E5C4
Tints of Fringy Flower #B0E5C4
RGB
CMYK
RGB Variations
Color information
#B0E5C4 (or 0xB0E5C4) is known color: Fringy Flower. HEX triplet: B0, E5 and C4. RGB value is (176,229,196). Sum of RGB (Red+Green+Blue) = 176+229+196=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E5C4 is #4F1A3B. Grayscale: #D1D1D1. Windows color (decimal): -5184060 or 12903856. OLE color: 12903856.
HSL color Cylindrical-coordinate representation of color #B0E5C4: hue angle of 142.64º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E5C4 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 196 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.10 |
| HSL | 142.64º | 0.5% | 0.79% | - |
| HSV(B) | 142.64º | 0.23% | 0.9% | - |
| XYZ | 55.89 | 69.25 | 62.65 | - |
| YUV | 209.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 196 | 0.23 | 0 | 0.14 | 0.10 | 142.64 | 0.5 | 0.79 |
| Hex | B0 | E5 | C4 | 17 | 0 | E | A | 8F | 32 | 4F |
| Octal | 260 | 345 | 304 | 27 | 0 | 16 | 12 | 217 | 62 | 117 |
| Binary | 10110000 | 11100101 | 11000100 | 10111 | 0 | 1110 | 1010 | 10001111 | 110010 | 1001111 |
Color Harmonies of #B0E5C4
Complementary color
Monochromatic Colors of #B0E5C4
Black with #B0E5C4
Text Example
Text Example
White with #B0E5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E5C4; }
p { color: rgb(176,229,196); }
H1.HeaderClassName
{
color: #B0E5C4;
}
.AnyTagClassName
{
color: #B0E5C4;
}
</style>
background-color css
<style>
a { background-color: #B0E5C4; }
a { background-color: rgb(176,229,196); }
div.DivClassName
{
background-color: #B0E5C4;
}
.BgClassName
{
background-color: #B0E5C4;
}
</style>
border-color css
<style>
span { border-color: #B0E5C4; }
span { border-color: rgb(176,229,196); }
td.TdClassName
{
border-color: #B0E5C4;
}
.TagClassName
{
border-color: #B0E5C4;
}
</style>