Shades of Fringy Flower #B1E2C4
Tints of Fringy Flower #B1E2C4
RGB
CMYK
RGB Variations
Color information
#B1E2C4 (or 0xB1E2C4) is known color: Fringy Flower. HEX triplet: B1, E2 and C4. RGB value is (177,226,196). Sum of RGB (Red+Green+Blue) = 177+226+196=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E2C4 is #4E1D3B. Grayscale: #D0D0D0. Windows color (decimal): -5119292 or 12903089. OLE color: 12903089.
HSL color Cylindrical-coordinate representation of color #B1E2C4: hue angle of 143.27º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E2C4 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 226 | 196 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.11 |
| HSL | 143.27º | 0.46% | 0.79% | - |
| HSV(B) | 143.27º | 0.22% | 0.89% | - |
| XYZ | 55.29 | 67.73 | 62.38 | - |
| YUV | 207.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 196 | 0.22 | 0 | 0.13 | 0.11 | 143.27 | 0.46 | 0.79 |
| Hex | B1 | E2 | C4 | 16 | 0 | D | B | 8F | 2E | 4F |
| Octal | 261 | 342 | 304 | 26 | 0 | 15 | 13 | 217 | 56 | 117 |
| Binary | 10110001 | 11100010 | 11000100 | 10110 | 0 | 1101 | 1011 | 10001111 | 101110 | 1001111 |
Color Harmonies of #B1E2C4
Complementary color
Monochromatic Colors of #B1E2C4
Black with #B1E2C4
Text Example
Text Example
White with #B1E2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E2C4; }
p { color: rgb(177,226,196); }
H1.HeaderClassName
{
color: #B1E2C4;
}
.AnyTagClassName
{
color: #B1E2C4;
}
</style>
background-color css
<style>
a { background-color: #B1E2C4; }
a { background-color: rgb(177,226,196); }
div.DivClassName
{
background-color: #B1E2C4;
}
.BgClassName
{
background-color: #B1E2C4;
}
</style>
border-color css
<style>
span { border-color: #B1E2C4; }
span { border-color: rgb(177,226,196); }
td.TdClassName
{
border-color: #B1E2C4;
}
.TagClassName
{
border-color: #B1E2C4;
}
</style>