Shades of Fringy Flower #B4E1BE
Tints of Fringy Flower #B4E1BE
RGB
CMYK
RGB Variations
Color information
#B4E1BE (or 0xB4E1BE) is known color: Fringy Flower. HEX triplet: B4, E1 and BE. RGB value is (180,225,190). Sum of RGB (Red+Green+Blue) = 180+225+190=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E1BE is #4B1E41. Grayscale: #CFCFCF. Windows color (decimal): -4922946 or 12509620. OLE color: 12509620.
HSL color Cylindrical-coordinate representation of color #B4E1BE: hue angle of 133.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 #B4E1BE is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 225 | 190 | - |
| CMYK | 0.2 | 0 | 0.16 | 0.12 |
| HSL | 133.33º | 0.43% | 0.79% | - |
| HSV(B) | 133.33º | 0.2% | 0.88% | - |
| XYZ | 55.04 | 67.27 | 58.8 | - |
| YUV | 207.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 225 | 190 | 0.2 | 0 | 0.16 | 0.12 | 133.33 | 0.43 | 0.79 |
| Hex | B4 | E1 | BE | 14 | 0 | 10 | C | 85 | 2B | 4F |
| Octal | 264 | 341 | 276 | 24 | 0 | 20 | 14 | 205 | 53 | 117 |
| Binary | 10110100 | 11100001 | 10111110 | 10100 | 0 | 10000 | 1100 | 10000101 | 101011 | 1001111 |
Color Harmonies of #B4E1BE
Complementary color
Monochromatic Colors of #B4E1BE
Black with #B4E1BE
Text Example
Text Example
White with #B4E1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E1BE; }
p { color: rgb(180,225,190); }
H1.HeaderClassName
{
color: #B4E1BE;
}
.AnyTagClassName
{
color: #B4E1BE;
}
</style>
background-color css
<style>
a { background-color: #B4E1BE; }
a { background-color: rgb(180,225,190); }
div.DivClassName
{
background-color: #B4E1BE;
}
.BgClassName
{
background-color: #B4E1BE;
}
</style>
border-color css
<style>
span { border-color: #B4E1BE; }
span { border-color: rgb(180,225,190); }
td.TdClassName
{
border-color: #B4E1BE;
}
.TagClassName
{
border-color: #B4E1BE;
}
</style>