Shades of Fringy Flower #B2EEB9
Tints of Fringy Flower #B2EEB9
RGB
CMYK
RGB Variations
Color information
#B2EEB9 (or 0xB2EEB9) is known color: Fringy Flower. HEX triplet: B2, EE and B9. RGB value is (178,238,185). Sum of RGB (Red+Green+Blue) = 178+238+185=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEB9 is #4D1146. Grayscale: #D6D6D6. Windows color (decimal): -5050695 or 12185266. OLE color: 12185266.
HSL color Cylindrical-coordinate representation of color #B2EEB9: hue angle of 127º 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 #B2EEB9 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 185 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.07 |
| HSL | 127º | 0.64% | 0.82% | - |
| HSV(B) | 127º | 0.25% | 0.93% | - |
| XYZ | 57.69 | 74.12 | 57.16 | - |
| YUV | 214.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 185 | 0.25 | 0 | 0.22 | 0.07 | 127 | 0.64 | 0.82 |
| Hex | B2 | EE | B9 | 19 | 0 | 16 | 7 | 7F | 40 | 52 |
| Octal | 262 | 356 | 271 | 31 | 0 | 26 | 7 | 177 | 100 | 122 |
| Binary | 10110010 | 11101110 | 10111001 | 11001 | 0 | 10110 | 111 | 1111111 | 1000000 | 1010010 |
Color Harmonies of #B2EEB9
Complementary color
Monochromatic Colors of #B2EEB9
Black with #B2EEB9
Text Example
Text Example
White with #B2EEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEB9; }
p { color: rgb(178,238,185); }
H1.HeaderClassName
{
color: #B2EEB9;
}
.AnyTagClassName
{
color: #B2EEB9;
}
</style>
background-color css
<style>
a { background-color: #B2EEB9; }
a { background-color: rgb(178,238,185); }
div.DivClassName
{
background-color: #B2EEB9;
}
.BgClassName
{
background-color: #B2EEB9;
}
</style>
border-color css
<style>
span { border-color: #B2EEB9; }
span { border-color: rgb(178,238,185); }
td.TdClassName
{
border-color: #B2EEB9;
}
.TagClassName
{
border-color: #B2EEB9;
}
</style>