Shades of Fringy Flower #B2ECBD
Tints of Fringy Flower #B2ECBD
RGB
CMYK
RGB Variations
Color information
#B2ECBD (or 0xB2ECBD) is known color: Fringy Flower. HEX triplet: B2, EC and BD. RGB value is (178,236,189). Sum of RGB (Red+Green+Blue) = 178+236+189=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECBD is #4D1342. Grayscale: #D5D5D5. Windows color (decimal): -5051203 or 12446898. OLE color: 12446898.
HSL color Cylindrical-coordinate representation of color #B2ECBD: hue angle of 131.38º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2ECBD is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 189 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.07 |
| HSL | 131.38º | 0.6% | 0.81% | - |
| HSV(B) | 131.38º | 0.25% | 0.93% | - |
| XYZ | 57.54 | 73.13 | 59.23 | - |
| YUV | 213.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 189 | 0.25 | 0 | 0.20 | 0.07 | 131.38 | 0.6 | 0.81 |
| Hex | B2 | EC | BD | 19 | 0 | 14 | 7 | 83 | 3C | 51 |
| Octal | 262 | 354 | 275 | 31 | 0 | 24 | 7 | 203 | 74 | 121 |
| Binary | 10110010 | 11101100 | 10111101 | 11001 | 0 | 10100 | 111 | 10000011 | 111100 | 1010001 |
Color Harmonies of #B2ECBD
Complementary color
Monochromatic Colors of #B2ECBD
Black with #B2ECBD
Text Example
Text Example
White with #B2ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECBD; }
p { color: rgb(178,236,189); }
H1.HeaderClassName
{
color: #B2ECBD;
}
.AnyTagClassName
{
color: #B2ECBD;
}
</style>
background-color css
<style>
a { background-color: #B2ECBD; }
a { background-color: rgb(178,236,189); }
div.DivClassName
{
background-color: #B2ECBD;
}
.BgClassName
{
background-color: #B2ECBD;
}
</style>
border-color css
<style>
span { border-color: #B2ECBD; }
span { border-color: rgb(178,236,189); }
td.TdClassName
{
border-color: #B2ECBD;
}
.TagClassName
{
border-color: #B2ECBD;
}
</style>