Shades of Fringy Flower #B0E4C1
Tints of Fringy Flower #B0E4C1
RGB
CMYK
RGB Variations
Color information
#B0E4C1 (or 0xB0E4C1) is known color: Fringy Flower. HEX triplet: B0, E4 and C1. RGB value is (176,228,193). Sum of RGB (Red+Green+Blue) = 176+228+193=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E4C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E4C1 is #4F1B3E. Grayscale: #D0D0D0. Windows color (decimal): -5184319 or 12706992. OLE color: 12706992.
HSL color Cylindrical-coordinate representation of color #B0E4C1: hue angle of 139.62º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E4C1 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 228 | 193 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.11 |
| HSL | 139.62º | 0.49% | 0.79% | - |
| HSV(B) | 139.62º | 0.23% | 0.89% | - |
| XYZ | 55.27 | 68.57 | 60.77 | - |
| YUV | 208.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 228 | 193 | 0.23 | 0 | 0.15 | 0.11 | 139.62 | 0.49 | 0.79 |
| Hex | B0 | E4 | C1 | 17 | 0 | F | B | 8C | 31 | 4F |
| Octal | 260 | 344 | 301 | 27 | 0 | 17 | 13 | 214 | 61 | 117 |
| Binary | 10110000 | 11100100 | 11000001 | 10111 | 0 | 1111 | 1011 | 10001100 | 110001 | 1001111 |
Color Harmonies of #B0E4C1
Complementary color
Monochromatic Colors of #B0E4C1
Black with #B0E4C1
Text Example
Text Example
White with #B0E4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E4C1; }
p { color: rgb(176,228,193); }
H1.HeaderClassName
{
color: #B0E4C1;
}
.AnyTagClassName
{
color: #B0E4C1;
}
</style>
background-color css
<style>
a { background-color: #B0E4C1; }
a { background-color: rgb(176,228,193); }
div.DivClassName
{
background-color: #B0E4C1;
}
.BgClassName
{
background-color: #B0E4C1;
}
</style>
border-color css
<style>
span { border-color: #B0E4C1; }
span { border-color: rgb(176,228,193); }
td.TdClassName
{
border-color: #B0E4C1;
}
.TagClassName
{
border-color: #B0E4C1;
}
</style>