Shades of Fringy Flower #B3F8BA
Tints of Fringy Flower #B3F8BA
RGB
CMYK
RGB Variations
Color information
#B3F8BA (or 0xB3F8BA) is known color: Fringy Flower. HEX triplet: B3, F8 and BA. RGB value is (179,248,186). Sum of RGB (Red+Green+Blue) = 179+248+186=613 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.20% from 613); Green value is 248 (97.27% from 255 or 40.46% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 248 - color contains mainly: green. Hex color #B3F8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F8BA is #4C0745. Grayscale: #DCDCDC. Windows color (decimal): -4982598 or 12253363. OLE color: 12253363.
HSL color Cylindrical-coordinate representation of color #B3F8BA: hue angle of 126.09º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F8BA is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 248 | 186 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.03 |
| HSL | 126.09º | 0.83% | 0.84% | - |
| HSV(B) | 126.09º | 0.28% | 0.97% | - |
| XYZ | 61.02 | 80.26 | 58.73 | - |
| YUV | 220.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 248 | 186 | 0.28 | 0 | 0.25 | 0.03 | 126.09 | 0.83 | 0.84 |
| Hex | B3 | F8 | BA | 1C | 0 | 19 | 3 | 7E | 53 | 54 |
| Octal | 263 | 370 | 272 | 34 | 0 | 31 | 3 | 176 | 123 | 124 |
| Binary | 10110011 | 11111000 | 10111010 | 11100 | 0 | 11001 | 11 | 1111110 | 1010011 | 1010100 |
Color Harmonies of #B3F8BA
Complementary color
Monochromatic Colors of #B3F8BA
Black with #B3F8BA
Text Example
Text Example
White with #B3F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F8BA; }
p { color: rgb(179,248,186); }
H1.HeaderClassName
{
color: #B3F8BA;
}
.AnyTagClassName
{
color: #B3F8BA;
}
</style>
background-color css
<style>
a { background-color: #B3F8BA; }
a { background-color: rgb(179,248,186); }
div.DivClassName
{
background-color: #B3F8BA;
}
.BgClassName
{
background-color: #B3F8BA;
}
</style>
border-color css
<style>
span { border-color: #B3F8BA; }
span { border-color: rgb(179,248,186); }
td.TdClassName
{
border-color: #B3F8BA;
}
.TagClassName
{
border-color: #B3F8BA;
}
</style>