Shades of Fringy Flower #B2F9BA
Tints of Fringy Flower #B2F9BA
RGB
CMYK
RGB Variations
Color information
#B2F9BA (or 0xB2F9BA) is known color: Fringy Flower. HEX triplet: B2, F9 and BA. RGB value is (178,249,186). Sum of RGB (Red+Green+Blue) = 178+249+186=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F9BA is #4D0645. Grayscale: #DCDCDC. Windows color (decimal): -5047878 or 12253618. OLE color: 12253618.
HSL color Cylindrical-coordinate representation of color #B2F9BA: hue angle of 126.76º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F9BA is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 186 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.02 |
| HSL | 126.76º | 0.86% | 0.84% | - |
| HSV(B) | 126.76º | 0.29% | 0.98% | - |
| XYZ | 61.1 | 80.76 | 58.82 | - |
| YUV | 220.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 186 | 0.29 | 0 | 0.25 | 0.02 | 126.76 | 0.86 | 0.84 |
| Hex | B2 | F9 | BA | 1D | 0 | 19 | 2 | 7F | 56 | 54 |
| Octal | 262 | 371 | 272 | 35 | 0 | 31 | 2 | 177 | 126 | 124 |
| Binary | 10110010 | 11111001 | 10111010 | 11101 | 0 | 11001 | 10 | 1111111 | 1010110 | 1010100 |
Color Harmonies of #B2F9BA
Complementary color
Monochromatic Colors of #B2F9BA
Black with #B2F9BA
Text Example
Text Example
White with #B2F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F9BA; }
p { color: rgb(178,249,186); }
H1.HeaderClassName
{
color: #B2F9BA;
}
.AnyTagClassName
{
color: #B2F9BA;
}
</style>
background-color css
<style>
a { background-color: #B2F9BA; }
a { background-color: rgb(178,249,186); }
div.DivClassName
{
background-color: #B2F9BA;
}
.BgClassName
{
background-color: #B2F9BA;
}
</style>
border-color css
<style>
span { border-color: #B2F9BA; }
span { border-color: rgb(178,249,186); }
td.TdClassName
{
border-color: #B2F9BA;
}
.TagClassName
{
border-color: #B2F9BA;
}
</style>