Shades of Fringy Flower #B4E7BF
Tints of Fringy Flower #B4E7BF
RGB
CMYK
RGB Variations
Color information
#B4E7BF (or 0xB4E7BF) is known color: Fringy Flower. HEX triplet: B4, E7 and BF. RGB value is (180,231,191). Sum of RGB (Red+Green+Blue) = 180+231+191=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7BF is #4B1840. Grayscale: #D3D3D3. Windows color (decimal): -4921409 or 12576692. OLE color: 12576692.
HSL color Cylindrical-coordinate representation of color #B4E7BF: hue angle of 132.94º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E7BF is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 231 | 191 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.09 |
| HSL | 132.94º | 0.52% | 0.81% | - |
| HSV(B) | 132.94º | 0.22% | 0.91% | - |
| XYZ | 56.8 | 70.62 | 59.93 | - |
| YUV | 211.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 231 | 191 | 0.22 | 0 | 0.17 | 0.09 | 132.94 | 0.52 | 0.81 |
| Hex | B4 | E7 | BF | 16 | 0 | 11 | 9 | 85 | 34 | 51 |
| Octal | 264 | 347 | 277 | 26 | 0 | 21 | 11 | 205 | 64 | 121 |
| Binary | 10110100 | 11100111 | 10111111 | 10110 | 0 | 10001 | 1001 | 10000101 | 110100 | 1010001 |
Color Harmonies of #B4E7BF
Complementary color
Monochromatic Colors of #B4E7BF
Black with #B4E7BF
Text Example
Text Example
White with #B4E7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E7BF; }
p { color: rgb(180,231,191); }
H1.HeaderClassName
{
color: #B4E7BF;
}
.AnyTagClassName
{
color: #B4E7BF;
}
</style>
background-color css
<style>
a { background-color: #B4E7BF; }
a { background-color: rgb(180,231,191); }
div.DivClassName
{
background-color: #B4E7BF;
}
.BgClassName
{
background-color: #B4E7BF;
}
</style>
border-color css
<style>
span { border-color: #B4E7BF; }
span { border-color: rgb(180,231,191); }
td.TdClassName
{
border-color: #B4E7BF;
}
.TagClassName
{
border-color: #B4E7BF;
}
</style>