Shades of Fringy Flower #B2EBB6
Tints of Fringy Flower #B2EBB6
RGB
CMYK
RGB Variations
Color information
#B2EBB6 (or 0xB2EBB6) is known color: Fringy Flower. HEX triplet: B2, EB and B6. RGB value is (178,235,182). Sum of RGB (Red+Green+Blue) = 178+235+182=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBB6 is #4D1449. Grayscale: #D4D4D4. Windows color (decimal): -5051466 or 11987890. OLE color: 11987890.
HSL color Cylindrical-coordinate representation of color #B2EBB6: hue angle of 124.21º 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 #B2EBB6 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 182 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.08 |
| HSL | 124.21º | 0.59% | 0.81% | - |
| HSV(B) | 124.21º | 0.24% | 0.92% | - |
| XYZ | 56.51 | 72.26 | 55.22 | - |
| YUV | 211.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 182 | 0.24 | 0 | 0.23 | 0.08 | 124.21 | 0.59 | 0.81 |
| Hex | B2 | EB | B6 | 18 | 0 | 17 | 8 | 7C | 3B | 51 |
| Octal | 262 | 353 | 266 | 30 | 0 | 27 | 10 | 174 | 73 | 121 |
| Binary | 10110010 | 11101011 | 10110110 | 11000 | 0 | 10111 | 1000 | 1111100 | 111011 | 1010001 |
Color Harmonies of #B2EBB6
Complementary color
Monochromatic Colors of #B2EBB6
Black with #B2EBB6
Text Example
Text Example
White with #B2EBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBB6; }
p { color: rgb(178,235,182); }
H1.HeaderClassName
{
color: #B2EBB6;
}
.AnyTagClassName
{
color: #B2EBB6;
}
</style>
background-color css
<style>
a { background-color: #B2EBB6; }
a { background-color: rgb(178,235,182); }
div.DivClassName
{
background-color: #B2EBB6;
}
.BgClassName
{
background-color: #B2EBB6;
}
</style>
border-color css
<style>
span { border-color: #B2EBB6; }
span { border-color: rgb(178,235,182); }
td.TdClassName
{
border-color: #B2EBB6;
}
.TagClassName
{
border-color: #B2EBB6;
}
</style>