Shades of Fringy Flower #B2EBBE
Tints of Fringy Flower #B2EBBE
RGB
CMYK
RGB Variations
Color information
#B2EBBE (or 0xB2EBBE) is known color: Fringy Flower. HEX triplet: B2, EB and BE. RGB value is (178,235,190). Sum of RGB (Red+Green+Blue) = 178+235+190=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBBE is #4D1441. Grayscale: #D4D4D4. Windows color (decimal): -5051458 or 12512178. OLE color: 12512178.
HSL color Cylindrical-coordinate representation of color #B2EBBE: hue angle of 132.63º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBBE is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 190 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.08 |
| HSL | 132.63º | 0.59% | 0.81% | - |
| HSV(B) | 132.63º | 0.24% | 0.92% | - |
| XYZ | 57.36 | 72.6 | 59.7 | - |
| YUV | 212.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 190 | 0.24 | 0 | 0.19 | 0.08 | 132.63 | 0.59 | 0.81 |
| Hex | B2 | EB | BE | 18 | 0 | 13 | 8 | 85 | 3B | 51 |
| Octal | 262 | 353 | 276 | 30 | 0 | 23 | 10 | 205 | 73 | 121 |
| Binary | 10110010 | 11101011 | 10111110 | 11000 | 0 | 10011 | 1000 | 10000101 | 111011 | 1010001 |
Color Harmonies of #B2EBBE
Complementary color
Monochromatic Colors of #B2EBBE
Black with #B2EBBE
Text Example
Text Example
White with #B2EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBBE; }
p { color: rgb(178,235,190); }
H1.HeaderClassName
{
color: #B2EBBE;
}
.AnyTagClassName
{
color: #B2EBBE;
}
</style>
background-color css
<style>
a { background-color: #B2EBBE; }
a { background-color: rgb(178,235,190); }
div.DivClassName
{
background-color: #B2EBBE;
}
.BgClassName
{
background-color: #B2EBBE;
}
</style>
border-color css
<style>
span { border-color: #B2EBBE; }
span { border-color: rgb(178,235,190); }
td.TdClassName
{
border-color: #B2EBBE;
}
.TagClassName
{
border-color: #B2EBBE;
}
</style>