Shades of Fringy Flower #B2E1BD
Tints of Fringy Flower #B2E1BD
RGB
CMYK
RGB Variations
Color information
#B2E1BD (or 0xB2E1BD) is known color: Fringy Flower. HEX triplet: B2, E1 and BD. RGB value is (178,225,189). Sum of RGB (Red+Green+Blue) = 178+225+189=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E1BD is #4D1E42. Grayscale: #CECECE. Windows color (decimal): -5054019 or 12444082. OLE color: 12444082.
HSL color Cylindrical-coordinate representation of color #B2E1BD: hue angle of 134.04º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E1BD is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 189 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.12 |
| HSL | 134.04º | 0.44% | 0.79% | - |
| HSV(B) | 134.04º | 0.21% | 0.88% | - |
| XYZ | 54.47 | 66.99 | 58.2 | - |
| YUV | 206.84 | 117.93 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 189 | 0.21 | 0 | 0.16 | 0.12 | 134.04 | 0.44 | 0.79 |
| Hex | B2 | E1 | BD | 15 | 0 | 10 | C | 86 | 2C | 4F |
| Octal | 262 | 341 | 275 | 25 | 0 | 20 | 14 | 206 | 54 | 117 |
| Binary | 10110010 | 11100001 | 10111101 | 10101 | 0 | 10000 | 1100 | 10000110 | 101100 | 1001111 |
Color Harmonies of #B2E1BD
Complementary color
Monochromatic Colors of #B2E1BD
Black with #B2E1BD
Text Example
Text Example
White with #B2E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E1BD; }
p { color: rgb(178,225,189); }
H1.HeaderClassName
{
color: #B2E1BD;
}
.AnyTagClassName
{
color: #B2E1BD;
}
</style>
background-color css
<style>
a { background-color: #B2E1BD; }
a { background-color: rgb(178,225,189); }
div.DivClassName
{
background-color: #B2E1BD;
}
.BgClassName
{
background-color: #B2E1BD;
}
</style>
border-color css
<style>
span { border-color: #B2E1BD; }
span { border-color: rgb(178,225,189); }
td.TdClassName
{
border-color: #B2E1BD;
}
.TagClassName
{
border-color: #B2E1BD;
}
</style>