Shades of Fringy Flower #B2EEBF
Tints of Fringy Flower #B2EEBF
RGB
CMYK
RGB Variations
Color information
#B2EEBF (or 0xB2EEBF) is known color: Fringy Flower. HEX triplet: B2, EE and BF. RGB value is (178,238,191). Sum of RGB (Red+Green+Blue) = 178+238+191=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEBF is #4D1140. Grayscale: #D6D6D6. Windows color (decimal): -5050689 or 12578482. OLE color: 12578482.
HSL color Cylindrical-coordinate representation of color #B2EEBF: hue angle of 133º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EEBF is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 191 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.07 |
| HSL | 133º | 0.64% | 0.82% | - |
| HSV(B) | 133º | 0.25% | 0.93% | - |
| XYZ | 58.34 | 74.38 | 60.57 | - |
| YUV | 214.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 191 | 0.25 | 0 | 0.20 | 0.07 | 133 | 0.64 | 0.82 |
| Hex | B2 | EE | BF | 19 | 0 | 14 | 7 | 85 | 40 | 52 |
| Octal | 262 | 356 | 277 | 31 | 0 | 24 | 7 | 205 | 100 | 122 |
| Binary | 10110010 | 11101110 | 10111111 | 11001 | 0 | 10100 | 111 | 10000101 | 1000000 | 1010010 |
Color Harmonies of #B2EEBF
Complementary color
Monochromatic Colors of #B2EEBF
Black with #B2EEBF
Text Example
Text Example
White with #B2EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEBF; }
p { color: rgb(178,238,191); }
H1.HeaderClassName
{
color: #B2EEBF;
}
.AnyTagClassName
{
color: #B2EEBF;
}
</style>
background-color css
<style>
a { background-color: #B2EEBF; }
a { background-color: rgb(178,238,191); }
div.DivClassName
{
background-color: #B2EEBF;
}
.BgClassName
{
background-color: #B2EEBF;
}
</style>
border-color css
<style>
span { border-color: #B2EEBF; }
span { border-color: rgb(178,238,191); }
td.TdClassName
{
border-color: #B2EEBF;
}
.TagClassName
{
border-color: #B2EEBF;
}
</style>