Shades of Fringy Flower #B2F9BF
Tints of Fringy Flower #B2F9BF
RGB
CMYK
RGB Variations
Color information
#B2F9BF (or 0xB2F9BF) is known color: Fringy Flower. HEX triplet: B2, F9 and BF. RGB value is (178,249,191). Sum of RGB (Red+Green+Blue) = 178+249+191=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F9BF is #4D0640. Grayscale: #DDDDDD. Windows color (decimal): -5047873 or 12581298. OLE color: 12581298.
HSL color Cylindrical-coordinate representation of color #B2F9BF: hue angle of 130.99º 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 #B2F9BF is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 191 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.02 |
| HSL | 130.99º | 0.86% | 0.84% | - |
| HSV(B) | 130.99º | 0.29% | 0.98% | - |
| XYZ | 61.64 | 80.98 | 61.67 | - |
| YUV | 221.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 191 | 0.29 | 0 | 0.23 | 0.02 | 130.99 | 0.86 | 0.84 |
| Hex | B2 | F9 | BF | 1D | 0 | 17 | 2 | 83 | 56 | 54 |
| Octal | 262 | 371 | 277 | 35 | 0 | 27 | 2 | 203 | 126 | 124 |
| Binary | 10110010 | 11111001 | 10111111 | 11101 | 0 | 10111 | 10 | 10000011 | 1010110 | 1010100 |
Color Harmonies of #B2F9BF
Complementary color
Monochromatic Colors of #B2F9BF
Black with #B2F9BF
Text Example
Text Example
White with #B2F9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F9BF; }
p { color: rgb(178,249,191); }
H1.HeaderClassName
{
color: #B2F9BF;
}
.AnyTagClassName
{
color: #B2F9BF;
}
</style>
background-color css
<style>
a { background-color: #B2F9BF; }
a { background-color: rgb(178,249,191); }
div.DivClassName
{
background-color: #B2F9BF;
}
.BgClassName
{
background-color: #B2F9BF;
}
</style>
border-color css
<style>
span { border-color: #B2F9BF; }
span { border-color: rgb(178,249,191); }
td.TdClassName
{
border-color: #B2F9BF;
}
.TagClassName
{
border-color: #B2F9BF;
}
</style>