Shades of Fringy Flower #B3FFBA
Tints of Fringy Flower #B3FFBA
RGB
CMYK
RGB Variations
Color information
#B3FFBA (or 0xB3FFBA) is known color: Fringy Flower. HEX triplet: B3, FF and BA. RGB value is (179,255,186). Sum of RGB (Red+Green+Blue) = 179+255+186=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFBA is #4C0045. Grayscale: #E0E0E0. Windows color (decimal): -4980806 or 12255155. OLE color: 12255155.
HSL color Cylindrical-coordinate representation of color #B3FFBA: hue angle of 125.53º 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 #B3FFBA is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 186 | - |
| CMYK | 0.30 | 0 | 0.27 | 0 |
| HSL | 125.53º | 1% | 0.85% | - |
| HSV(B) | 125.53º | 0.3% | 1% | - |
| XYZ | 63.21 | 84.65 | 59.46 | - |
| YUV | 224.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 186 | 0.30 | 0 | 0.27 | 0 | 125.53 | 1 | 0.85 |
| Hex | B3 | FF | BA | 1E | 0 | 1B | 0 | 7E | 64 | 55 |
| Octal | 263 | 377 | 272 | 36 | 0 | 33 | 0 | 176 | 144 | 125 |
| Binary | 10110011 | 11111111 | 10111010 | 11110 | 0 | 11011 | 0 | 1111110 | 1100100 | 1010101 |
Color Harmonies of #B3FFBA
Complementary color
Monochromatic Colors of #B3FFBA
Black with #B3FFBA
Text Example
Text Example
White with #B3FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFBA; }
p { color: rgb(179,255,186); }
H1.HeaderClassName
{
color: #B3FFBA;
}
.AnyTagClassName
{
color: #B3FFBA;
}
</style>
background-color css
<style>
a { background-color: #B3FFBA; }
a { background-color: rgb(179,255,186); }
div.DivClassName
{
background-color: #B3FFBA;
}
.BgClassName
{
background-color: #B3FFBA;
}
</style>
border-color css
<style>
span { border-color: #B3FFBA; }
span { border-color: rgb(179,255,186); }
td.TdClassName
{
border-color: #B3FFBA;
}
.TagClassName
{
border-color: #B3FFBA;
}
</style>