Shades of Fringy Flower #B2E9B8
Tints of Fringy Flower #B2E9B8
RGB
CMYK
RGB Variations
Color information
#B2E9B8 (or 0xB2E9B8) is known color: Fringy Flower. HEX triplet: B2, E9 and B8. RGB value is (178,233,184). Sum of RGB (Red+Green+Blue) = 178+233+184=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9B8 is #4D1647. Grayscale: #D3D3D3. Windows color (decimal): -5051976 or 12118450. OLE color: 12118450.
HSL color Cylindrical-coordinate representation of color #B2E9B8: hue angle of 126.55º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E9B8 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 184 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.09 |
| HSL | 126.55º | 0.56% | 0.81% | - |
| HSV(B) | 126.55º | 0.24% | 0.91% | - |
| XYZ | 56.15 | 71.2 | 56.13 | - |
| YUV | 210.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 184 | 0.24 | 0 | 0.21 | 0.09 | 126.55 | 0.56 | 0.81 |
| Hex | B2 | E9 | B8 | 18 | 0 | 15 | 9 | 7F | 38 | 51 |
| Octal | 262 | 351 | 270 | 30 | 0 | 25 | 11 | 177 | 70 | 121 |
| Binary | 10110010 | 11101001 | 10111000 | 11000 | 0 | 10101 | 1001 | 1111111 | 111000 | 1010001 |
Color Harmonies of #B2E9B8
Complementary color
Monochromatic Colors of #B2E9B8
Black with #B2E9B8
Text Example
Text Example
White with #B2E9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E9B8; }
p { color: rgb(178,233,184); }
H1.HeaderClassName
{
color: #B2E9B8;
}
.AnyTagClassName
{
color: #B2E9B8;
}
</style>
background-color css
<style>
a { background-color: #B2E9B8; }
a { background-color: rgb(178,233,184); }
div.DivClassName
{
background-color: #B2E9B8;
}
.BgClassName
{
background-color: #B2E9B8;
}
</style>
border-color css
<style>
span { border-color: #B2E9B8; }
span { border-color: rgb(178,233,184); }
td.TdClassName
{
border-color: #B2E9B8;
}
.TagClassName
{
border-color: #B2E9B8;
}
</style>