Shades of Fringy Flower #B2EBBC
Tints of Fringy Flower #B2EBBC
RGB
CMYK
RGB Variations
Color information
#B2EBBC (or 0xB2EBBC) is known color: Fringy Flower. HEX triplet: B2, EB and BC. RGB value is (178,235,188). Sum of RGB (Red+Green+Blue) = 178+235+188=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBBC is #4D1443. Grayscale: #D4D4D4. Windows color (decimal): -5051460 or 12381106. OLE color: 12381106.
HSL color Cylindrical-coordinate representation of color #B2EBBC: hue angle of 130.53º 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 #B2EBBC is Cyan = 0.24, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 188 | - |
| CMYK | 0.24 | 0 | 0.2 | 0.08 |
| HSL | 130.53º | 0.59% | 0.81% | - |
| HSV(B) | 130.53º | 0.24% | 0.92% | - |
| XYZ | 57.15 | 72.51 | 58.56 | - |
| YUV | 212.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 188 | 0.24 | 0 | 0.2 | 0.08 | 130.53 | 0.59 | 0.81 |
| Hex | B2 | EB | BC | 18 | 0 | 14 | 8 | 83 | 3B | 51 |
| Octal | 262 | 353 | 274 | 30 | 0 | 24 | 10 | 203 | 73 | 121 |
| Binary | 10110010 | 11101011 | 10111100 | 11000 | 0 | 10100 | 1000 | 10000011 | 111011 | 1010001 |
Color Harmonies of #B2EBBC
Complementary color
Monochromatic Colors of #B2EBBC
Black with #B2EBBC
Text Example
Text Example
White with #B2EBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBBC; }
p { color: rgb(178,235,188); }
H1.HeaderClassName
{
color: #B2EBBC;
}
.AnyTagClassName
{
color: #B2EBBC;
}
</style>
background-color css
<style>
a { background-color: #B2EBBC; }
a { background-color: rgb(178,235,188); }
div.DivClassName
{
background-color: #B2EBBC;
}
.BgClassName
{
background-color: #B2EBBC;
}
</style>
border-color css
<style>
span { border-color: #B2EBBC; }
span { border-color: rgb(178,235,188); }
td.TdClassName
{
border-color: #B2EBBC;
}
.TagClassName
{
border-color: #B2EBBC;
}
</style>