Shades of Fringy Flower #B4E0BE
Tints of Fringy Flower #B4E0BE
RGB
CMYK
RGB Variations
Color information
#B4E0BE (or 0xB4E0BE) is known color: Fringy Flower. HEX triplet: B4, E0 and BE. RGB value is (180,224,190). Sum of RGB (Red+Green+Blue) = 180+224+190=594 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.30% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E0BE is #4B1F41. Grayscale: #CFCFCF. Windows color (decimal): -4923202 or 12509364. OLE color: 12509364.
HSL color Cylindrical-coordinate representation of color #B4E0BE: hue angle of 133.64º degrees, saturation: 0.42, 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 #B4E0BE is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 224 | 190 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.12 |
| HSL | 133.64º | 0.42% | 0.79% | - |
| HSV(B) | 133.64º | 0.2% | 0.88% | - |
| XYZ | 54.77 | 66.73 | 58.71 | - |
| YUV | 206.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 224 | 190 | 0.20 | 0 | 0.15 | 0.12 | 133.64 | 0.42 | 0.79 |
| Hex | B4 | E0 | BE | 14 | 0 | F | C | 86 | 2A | 4F |
| Octal | 264 | 340 | 276 | 24 | 0 | 17 | 14 | 206 | 52 | 117 |
| Binary | 10110100 | 11100000 | 10111110 | 10100 | 0 | 1111 | 1100 | 10000110 | 101010 | 1001111 |
Color Harmonies of #B4E0BE
Complementary color
Monochromatic Colors of #B4E0BE
Black with #B4E0BE
Text Example
Text Example
White with #B4E0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E0BE; }
p { color: rgb(180,224,190); }
H1.HeaderClassName
{
color: #B4E0BE;
}
.AnyTagClassName
{
color: #B4E0BE;
}
</style>
background-color css
<style>
a { background-color: #B4E0BE; }
a { background-color: rgb(180,224,190); }
div.DivClassName
{
background-color: #B4E0BE;
}
.BgClassName
{
background-color: #B4E0BE;
}
</style>
border-color css
<style>
span { border-color: #B4E0BE; }
span { border-color: rgb(180,224,190); }
td.TdClassName
{
border-color: #B4E0BE;
}
.TagClassName
{
border-color: #B4E0BE;
}
</style>