Shades of Fringy Flower #B2E9BD
Tints of Fringy Flower #B2E9BD
RGB
CMYK
RGB Variations
Color information
#B2E9BD (or 0xB2E9BD) is known color: Fringy Flower. HEX triplet: B2, E9 and BD. RGB value is (178,233,189). Sum of RGB (Red+Green+Blue) = 178+233+189=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9BD is #4D1642. Grayscale: #D3D3D3. Windows color (decimal): -5051971 or 12446130. OLE color: 12446130.
HSL color Cylindrical-coordinate representation of color #B2E9BD: hue angle of 132º 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 #B2E9BD is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 189 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.09 |
| HSL | 132º | 0.56% | 0.81% | - |
| HSV(B) | 132º | 0.24% | 0.91% | - |
| XYZ | 56.68 | 71.42 | 58.94 | - |
| YUV | 211.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 189 | 0.24 | 0 | 0.19 | 0.09 | 132 | 0.56 | 0.81 |
| Hex | B2 | E9 | BD | 18 | 0 | 13 | 9 | 84 | 38 | 51 |
| Octal | 262 | 351 | 275 | 30 | 0 | 23 | 11 | 204 | 70 | 121 |
| Binary | 10110010 | 11101001 | 10111101 | 11000 | 0 | 10011 | 1001 | 10000100 | 111000 | 1010001 |
Color Harmonies of #B2E9BD
Complementary color
Monochromatic Colors of #B2E9BD
Black with #B2E9BD
Text Example
Text Example
White with #B2E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E9BD; }
p { color: rgb(178,233,189); }
H1.HeaderClassName
{
color: #B2E9BD;
}
.AnyTagClassName
{
color: #B2E9BD;
}
</style>
background-color css
<style>
a { background-color: #B2E9BD; }
a { background-color: rgb(178,233,189); }
div.DivClassName
{
background-color: #B2E9BD;
}
.BgClassName
{
background-color: #B2E9BD;
}
</style>
border-color css
<style>
span { border-color: #B2E9BD; }
span { border-color: rgb(178,233,189); }
td.TdClassName
{
border-color: #B2E9BD;
}
.TagClassName
{
border-color: #B2E9BD;
}
</style>