Shades of Fringy Flower #B4E4BF
Tints of Fringy Flower #B4E4BF
RGB
CMYK
RGB Variations
Color information
#B4E4BF (or 0xB4E4BF) is known color: Fringy Flower. HEX triplet: B4, E4 and BF. RGB value is (180,228,191). Sum of RGB (Red+Green+Blue) = 180+228+191=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E4BF is #4B1B40. Grayscale: #D1D1D1. Windows color (decimal): -4922177 or 12575924. OLE color: 12575924.
HSL color Cylindrical-coordinate representation of color #B4E4BF: hue angle of 133.75º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4E4BF is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 228 | 191 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.11 |
| HSL | 133.75º | 0.47% | 0.8% | - |
| HSV(B) | 133.75º | 0.21% | 0.89% | - |
| XYZ | 55.97 | 68.95 | 59.65 | - |
| YUV | 209.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 228 | 191 | 0.21 | 0 | 0.16 | 0.11 | 133.75 | 0.47 | 0.8 |
| Hex | B4 | E4 | BF | 15 | 0 | 10 | B | 86 | 2F | 50 |
| Octal | 264 | 344 | 277 | 25 | 0 | 20 | 13 | 206 | 57 | 120 |
| Binary | 10110100 | 11100100 | 10111111 | 10101 | 0 | 10000 | 1011 | 10000110 | 101111 | 1010000 |
Color Harmonies of #B4E4BF
Complementary color
Monochromatic Colors of #B4E4BF
Black with #B4E4BF
Text Example
Text Example
White with #B4E4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E4BF; }
p { color: rgb(180,228,191); }
H1.HeaderClassName
{
color: #B4E4BF;
}
.AnyTagClassName
{
color: #B4E4BF;
}
</style>
background-color css
<style>
a { background-color: #B4E4BF; }
a { background-color: rgb(180,228,191); }
div.DivClassName
{
background-color: #B4E4BF;
}
.BgClassName
{
background-color: #B4E4BF;
}
</style>
border-color css
<style>
span { border-color: #B4E4BF; }
span { border-color: rgb(180,228,191); }
td.TdClassName
{
border-color: #B4E4BF;
}
.TagClassName
{
border-color: #B4E4BF;
}
</style>