Shades of Fringy Flower #B2EBC4
Tints of Fringy Flower #B2EBC4
RGB
CMYK
RGB Variations
Color information
#B2EBC4 (or 0xB2EBC4) is known color: Fringy Flower. HEX triplet: B2, EB and C4. RGB value is (178,235,196). Sum of RGB (Red+Green+Blue) = 178+235+196=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 196 (76.95% from 255 or 32.18% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBC4 is #4D143B. Grayscale: #D5D5D5. Windows color (decimal): -5051452 or 12905394. OLE color: 12905394.
HSL color Cylindrical-coordinate representation of color #B2EBC4: hue angle of 138.95º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBC4 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 196 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.08 |
| HSL | 138.95º | 0.59% | 0.81% | - |
| HSV(B) | 138.95º | 0.24% | 0.92% | - |
| XYZ | 58.03 | 72.87 | 63.23 | - |
| YUV | 213.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 196 | 0.24 | 0 | 0.17 | 0.08 | 138.95 | 0.59 | 0.81 |
| Hex | B2 | EB | C4 | 18 | 0 | 11 | 8 | 8B | 3B | 51 |
| Octal | 262 | 353 | 304 | 30 | 0 | 21 | 10 | 213 | 73 | 121 |
| Binary | 10110010 | 11101011 | 11000100 | 11000 | 0 | 10001 | 1000 | 10001011 | 111011 | 1010001 |
Color Harmonies of #B2EBC4
Complementary color
Monochromatic Colors of #B2EBC4
Black with #B2EBC4
Text Example
Text Example
White with #B2EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBC4; }
p { color: rgb(178,235,196); }
H1.HeaderClassName
{
color: #B2EBC4;
}
.AnyTagClassName
{
color: #B2EBC4;
}
</style>
background-color css
<style>
a { background-color: #B2EBC4; }
a { background-color: rgb(178,235,196); }
div.DivClassName
{
background-color: #B2EBC4;
}
.BgClassName
{
background-color: #B2EBC4;
}
</style>
border-color css
<style>
span { border-color: #B2EBC4; }
span { border-color: rgb(178,235,196); }
td.TdClassName
{
border-color: #B2EBC4;
}
.TagClassName
{
border-color: #B2EBC4;
}
</style>