Shades of Fringy Flower #B3F2B8
Tints of Fringy Flower #B3F2B8
RGB
CMYK
RGB Variations
Color information
#B3F2B8 (or 0xB3F2B8) is known color: Fringy Flower. HEX triplet: B3, F2 and B8. RGB value is (179,242,184). Sum of RGB (Red+Green+Blue) = 179+242+184=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 184 (72.27% from 255 or 30.41% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F2B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F2B8 is #4C0D47. Grayscale: #D8D8D8. Windows color (decimal): -4984136 or 12120755. OLE color: 12120755.
HSL color Cylindrical-coordinate representation of color #B3F2B8: hue angle of 124.76º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F2B8 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 242 | 184 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.05 |
| HSL | 124.76º | 0.71% | 0.83% | - |
| HSV(B) | 124.76º | 0.26% | 0.95% | - |
| XYZ | 58.99 | 76.55 | 57.01 | - |
| YUV | 216.55 | 109.63 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 242 | 184 | 0.26 | 0 | 0.24 | 0.05 | 124.76 | 0.71 | 0.83 |
| Hex | B3 | F2 | B8 | 1A | 0 | 18 | 5 | 7D | 47 | 53 |
| Octal | 263 | 362 | 270 | 32 | 0 | 30 | 5 | 175 | 107 | 123 |
| Binary | 10110011 | 11110010 | 10111000 | 11010 | 0 | 11000 | 101 | 1111101 | 1000111 | 1010011 |
Color Harmonies of #B3F2B8
Complementary color
Monochromatic Colors of #B3F2B8
Black with #B3F2B8
Text Example
Text Example
White with #B3F2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F2B8; }
p { color: rgb(179,242,184); }
H1.HeaderClassName
{
color: #B3F2B8;
}
.AnyTagClassName
{
color: #B3F2B8;
}
</style>
background-color css
<style>
a { background-color: #B3F2B8; }
a { background-color: rgb(179,242,184); }
div.DivClassName
{
background-color: #B3F2B8;
}
.BgClassName
{
background-color: #B3F2B8;
}
</style>
border-color css
<style>
span { border-color: #B3F2B8; }
span { border-color: rgb(179,242,184); }
td.TdClassName
{
border-color: #B3F2B8;
}
.TagClassName
{
border-color: #B3F2B8;
}
</style>