Shades of Fringy Flower #B3FFB9
Tints of Fringy Flower #B3FFB9
RGB
CMYK
RGB Variations
Color information
#B3FFB9 (or 0xB3FFB9) is known color: Fringy Flower. HEX triplet: B3, FF and B9. RGB value is (179,255,185). Sum of RGB (Red+Green+Blue) = 179+255+185=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFB9 is #4C0046. Grayscale: #E0E0E0. Windows color (decimal): -4980807 or 12189619. OLE color: 12189619.
HSL color Cylindrical-coordinate representation of color #B3FFB9: hue angle of 124.74º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFB9 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 185 | - |
| CMYK | 0.30 | 0 | 0.27 | 0 |
| HSL | 124.74º | 1% | 0.85% | - |
| HSV(B) | 124.74º | 0.3% | 1% | - |
| XYZ | 63.11 | 84.61 | 58.9 | - |
| YUV | 224.3 | 105.82 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 185 | 0.30 | 0 | 0.27 | 0 | 124.74 | 1 | 0.85 |
| Hex | B3 | FF | B9 | 1E | 0 | 1B | 0 | 7D | 64 | 55 |
| Octal | 263 | 377 | 271 | 36 | 0 | 33 | 0 | 175 | 144 | 125 |
| Binary | 10110011 | 11111111 | 10111001 | 11110 | 0 | 11011 | 0 | 1111101 | 1100100 | 1010101 |
Color Harmonies of #B3FFB9
Complementary color
Monochromatic Colors of #B3FFB9
Black with #B3FFB9
Text Example
Text Example
White with #B3FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFB9; }
p { color: rgb(179,255,185); }
H1.HeaderClassName
{
color: #B3FFB9;
}
.AnyTagClassName
{
color: #B3FFB9;
}
</style>
background-color css
<style>
a { background-color: #B3FFB9; }
a { background-color: rgb(179,255,185); }
div.DivClassName
{
background-color: #B3FFB9;
}
.BgClassName
{
background-color: #B3FFB9;
}
</style>
border-color css
<style>
span { border-color: #B3FFB9; }
span { border-color: rgb(179,255,185); }
td.TdClassName
{
border-color: #B3FFB9;
}
.TagClassName
{
border-color: #B3FFB9;
}
</style>