Shades of Fringy Flower #B4E3BC
Tints of Fringy Flower #B4E3BC
RGB
CMYK
RGB Variations
Color information
#B4E3BC (or 0xB4E3BC) is known color: Fringy Flower. HEX triplet: B4, E3 and BC. RGB value is (180,227,188). Sum of RGB (Red+Green+Blue) = 180+227+188=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 227 - color contains mainly: green. Hex color #B4E3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E3BC is #4B1C43. Grayscale: #D0D0D0. Windows color (decimal): -4922436 or 12379060. OLE color: 12379060.
HSL color Cylindrical-coordinate representation of color #B4E3BC: hue angle of 130.21º degrees, saturation: 0.46, 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 #B4E3BC is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 227 | 188 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.11 |
| HSL | 130.21º | 0.46% | 0.8% | - |
| HSV(B) | 130.21º | 0.21% | 0.89% | - |
| XYZ | 55.37 | 68.27 | 57.84 | - |
| YUV | 208.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 227 | 188 | 0.21 | 0 | 0.17 | 0.11 | 130.21 | 0.46 | 0.8 |
| Hex | B4 | E3 | BC | 15 | 0 | 11 | B | 82 | 2E | 50 |
| Octal | 264 | 343 | 274 | 25 | 0 | 21 | 13 | 202 | 56 | 120 |
| Binary | 10110100 | 11100011 | 10111100 | 10101 | 0 | 10001 | 1011 | 10000010 | 101110 | 1010000 |
Color Harmonies of #B4E3BC
Complementary color
Monochromatic Colors of #B4E3BC
Black with #B4E3BC
Text Example
Text Example
White with #B4E3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E3BC; }
p { color: rgb(180,227,188); }
H1.HeaderClassName
{
color: #B4E3BC;
}
.AnyTagClassName
{
color: #B4E3BC;
}
</style>
background-color css
<style>
a { background-color: #B4E3BC; }
a { background-color: rgb(180,227,188); }
div.DivClassName
{
background-color: #B4E3BC;
}
.BgClassName
{
background-color: #B4E3BC;
}
</style>
border-color css
<style>
span { border-color: #B4E3BC; }
span { border-color: rgb(180,227,188); }
td.TdClassName
{
border-color: #B4E3BC;
}
.TagClassName
{
border-color: #B4E3BC;
}
</style>