Shades of Fringy Flower #B3E5B9
Tints of Fringy Flower #B3E5B9
RGB
CMYK
RGB Variations
Color information
#B3E5B9 (or 0xB3E5B9) is known color: Fringy Flower. HEX triplet: B3, E5 and B9. RGB value is (179,229,185). Sum of RGB (Red+Green+Blue) = 179+229+185=593 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.19% from 593); Green value is 229 (89.84% from 255 or 38.62% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 229 - color contains mainly: green. Hex color #B3E5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E5B9 is #4C1A46. Grayscale: #D1D1D1. Windows color (decimal): -4987463 or 12182963. OLE color: 12182963.
HSL color Cylindrical-coordinate representation of color #B3E5B9: hue angle of 127.2º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3E5B9 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 229 | 185 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.10 |
| HSL | 127.2º | 0.49% | 0.8% | - |
| HSV(B) | 127.2º | 0.22% | 0.9% | - |
| XYZ | 55.37 | 69.13 | 56.32 | - |
| YUV | 209.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 229 | 185 | 0.22 | 0 | 0.19 | 0.10 | 127.2 | 0.49 | 0.8 |
| Hex | B3 | E5 | B9 | 16 | 0 | 13 | A | 7F | 31 | 50 |
| Octal | 263 | 345 | 271 | 26 | 0 | 23 | 12 | 177 | 61 | 120 |
| Binary | 10110011 | 11100101 | 10111001 | 10110 | 0 | 10011 | 1010 | 1111111 | 110001 | 1010000 |
Color Harmonies of #B3E5B9
Complementary color
Monochromatic Colors of #B3E5B9
Black with #B3E5B9
Text Example
Text Example
White with #B3E5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E5B9; }
p { color: rgb(179,229,185); }
H1.HeaderClassName
{
color: #B3E5B9;
}
.AnyTagClassName
{
color: #B3E5B9;
}
</style>
background-color css
<style>
a { background-color: #B3E5B9; }
a { background-color: rgb(179,229,185); }
div.DivClassName
{
background-color: #B3E5B9;
}
.BgClassName
{
background-color: #B3E5B9;
}
</style>
border-color css
<style>
span { border-color: #B3E5B9; }
span { border-color: rgb(179,229,185); }
td.TdClassName
{
border-color: #B3E5B9;
}
.TagClassName
{
border-color: #B3E5B9;
}
</style>