Shades of Fringy Flower #B2E1C3
Tints of Fringy Flower #B2E1C3
RGB
CMYK
RGB Variations
Color information
#B2E1C3 (or 0xB2E1C3) is known color: Fringy Flower. HEX triplet: B2, E1 and C3. RGB value is (178,225,195). Sum of RGB (Red+Green+Blue) = 178+225+195=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 195 (76.56% from 255 or 32.61% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E1C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E1C3 is #4D1E3C. Grayscale: #CFCFCF. Windows color (decimal): -5054013 or 12837298. OLE color: 12837298.
HSL color Cylindrical-coordinate representation of color #B2E1C3: hue angle of 141.7º 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 #B2E1C3 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 195 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.12 |
| HSL | 141.7º | 0.44% | 0.79% | - |
| HSV(B) | 141.7º | 0.21% | 0.88% | - |
| XYZ | 55.14 | 67.26 | 61.71 | - |
| YUV | 207.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 195 | 0.21 | 0 | 0.13 | 0.12 | 141.7 | 0.44 | 0.79 |
| Hex | B2 | E1 | C3 | 15 | 0 | D | C | 8E | 2C | 4F |
| Octal | 262 | 341 | 303 | 25 | 0 | 15 | 14 | 216 | 54 | 117 |
| Binary | 10110010 | 11100001 | 11000011 | 10101 | 0 | 1101 | 1100 | 10001110 | 101100 | 1001111 |
Color Harmonies of #B2E1C3
Complementary color
Monochromatic Colors of #B2E1C3
Black with #B2E1C3
Text Example
Text Example
White with #B2E1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E1C3; }
p { color: rgb(178,225,195); }
H1.HeaderClassName
{
color: #B2E1C3;
}
.AnyTagClassName
{
color: #B2E1C3;
}
</style>
background-color css
<style>
a { background-color: #B2E1C3; }
a { background-color: rgb(178,225,195); }
div.DivClassName
{
background-color: #B2E1C3;
}
.BgClassName
{
background-color: #B2E1C3;
}
</style>
border-color css
<style>
span { border-color: #B2E1C3; }
span { border-color: rgb(178,225,195); }
td.TdClassName
{
border-color: #B2E1C3;
}
.TagClassName
{
border-color: #B2E1C3;
}
</style>