Shades of Fringy Flower #B4E0B6
Tints of Fringy Flower #B4E0B6
RGB
CMYK
RGB Variations
Color information
#B4E0B6 (or 0xB4E0B6) is known color: Fringy Flower. HEX triplet: B4, E0 and B6. RGB value is (180,224,182). Sum of RGB (Red+Green+Blue) = 180+224+182=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E0B6 is #4B1F49. Grayscale: #CECECE. Windows color (decimal): -4923210 or 11985076. OLE color: 11985076.
HSL color Cylindrical-coordinate representation of color #B4E0B6: hue angle of 122.73º 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 #B4E0B6 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 224 | 182 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.12 |
| HSL | 122.73º | 0.42% | 0.79% | - |
| HSV(B) | 122.73º | 0.2% | 0.88% | - |
| XYZ | 53.92 | 66.39 | 54.23 | - |
| YUV | 206.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 224 | 182 | 0.20 | 0 | 0.19 | 0.12 | 122.73 | 0.42 | 0.79 |
| Hex | B4 | E0 | B6 | 14 | 0 | 13 | C | 7B | 2A | 4F |
| Octal | 264 | 340 | 266 | 24 | 0 | 23 | 14 | 173 | 52 | 117 |
| Binary | 10110100 | 11100000 | 10110110 | 10100 | 0 | 10011 | 1100 | 1111011 | 101010 | 1001111 |
Color Harmonies of #B4E0B6
Complementary color
Monochromatic Colors of #B4E0B6
Black with #B4E0B6
Text Example
Text Example
White with #B4E0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E0B6; }
p { color: rgb(180,224,182); }
H1.HeaderClassName
{
color: #B4E0B6;
}
.AnyTagClassName
{
color: #B4E0B6;
}
</style>
background-color css
<style>
a { background-color: #B4E0B6; }
a { background-color: rgb(180,224,182); }
div.DivClassName
{
background-color: #B4E0B6;
}
.BgClassName
{
background-color: #B4E0B6;
}
</style>
border-color css
<style>
span { border-color: #B4E0B6; }
span { border-color: rgb(180,224,182); }
td.TdClassName
{
border-color: #B4E0B6;
}
.TagClassName
{
border-color: #B4E0B6;
}
</style>