Shades of Fringy Flower #B4E1C4
Tints of Fringy Flower #B4E1C4
RGB
CMYK
RGB Variations
Color information
#B4E1C4 (or 0xB4E1C4) is known color: Fringy Flower. HEX triplet: B4, E1 and C4. RGB value is (180,225,196). Sum of RGB (Red+Green+Blue) = 180+225+196=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 196 (76.95% from 255 or 32.61% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1C4 is #4B1E3B. Grayscale: #D0D0D0. Windows color (decimal): -4922940 or 12902836. OLE color: 12902836.
HSL color Cylindrical-coordinate representation of color #B4E1C4: hue angle of 141.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4E1C4 is Cyan = 0.2, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 196 | - |
| CMYK | 0.2 | 0 | 0.13 | 0.12 |
| HSL | 141.33º | 0.43% | 0.79% | - |
| HSV(B) | 141.33º | 0.2% | 0.88% | - |
| XYZ | 55.71 | 67.54 | 62.32 | - |
| YUV | 208.24 | 121.09 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 196 | 0.2 | 0 | 0.13 | 0.12 | 141.33 | 0.43 | 0.79 |
| Hex | B4 | E1 | C4 | 14 | 0 | D | C | 8D | 2B | 4F |
| Octal | 264 | 341 | 304 | 24 | 0 | 15 | 14 | 215 | 53 | 117 |
| Binary | 10110100 | 11100001 | 11000100 | 10100 | 0 | 1101 | 1100 | 10001101 | 101011 | 1001111 |
Color Harmonies of #B4E1C4
Complementary color
Monochromatic Colors of #B4E1C4
Black with #B4E1C4
Text Example
Text Example
White with #B4E1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E1C4; }
p { color: rgb(180,225,196); }
H1.HeaderClassName
{
color: #B4E1C4;
}
.AnyTagClassName
{
color: #B4E1C4;
}
</style>
background-color css
<style>
a { background-color: #B4E1C4; }
a { background-color: rgb(180,225,196); }
div.DivClassName
{
background-color: #B4E1C4;
}
.BgClassName
{
background-color: #B4E1C4;
}
</style>
border-color css
<style>
span { border-color: #B4E1C4; }
span { border-color: rgb(180,225,196); }
td.TdClassName
{
border-color: #B4E1C4;
}
.TagClassName
{
border-color: #B4E1C4;
}
</style>