Shades of Fringy Flower #B2F2C2
Tints of Fringy Flower #B2F2C2
RGB
CMYK
RGB Variations
Color information
#B2F2C2 (or 0xB2F2C2) is known color: Fringy Flower. HEX triplet: B2, F2 and C2. RGB value is (178,242,194). Sum of RGB (Red+Green+Blue) = 178+242+194=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F2C2 is #4D0D3D. Grayscale: #D9D9D9. Windows color (decimal): -5049662 or 12776114. OLE color: 12776114.
HSL color Cylindrical-coordinate representation of color #B2F2C2: hue angle of 135º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F2C2 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 194 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.05 |
| HSL | 135º | 0.71% | 0.82% | - |
| HSV(B) | 135º | 0.26% | 0.95% | - |
| XYZ | 59.85 | 76.86 | 62.72 | - |
| YUV | 217.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 194 | 0.26 | 0 | 0.20 | 0.05 | 135 | 0.71 | 0.82 |
| Hex | B2 | F2 | C2 | 1A | 0 | 14 | 5 | 87 | 47 | 52 |
| Octal | 262 | 362 | 302 | 32 | 0 | 24 | 5 | 207 | 107 | 122 |
| Binary | 10110010 | 11110010 | 11000010 | 11010 | 0 | 10100 | 101 | 10000111 | 1000111 | 1010010 |
Color Harmonies of #B2F2C2
Complementary color
Monochromatic Colors of #B2F2C2
Black with #B2F2C2
Text Example
Text Example
White with #B2F2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F2C2; }
p { color: rgb(178,242,194); }
H1.HeaderClassName
{
color: #B2F2C2;
}
.AnyTagClassName
{
color: #B2F2C2;
}
</style>
background-color css
<style>
a { background-color: #B2F2C2; }
a { background-color: rgb(178,242,194); }
div.DivClassName
{
background-color: #B2F2C2;
}
.BgClassName
{
background-color: #B2F2C2;
}
</style>
border-color css
<style>
span { border-color: #B2F2C2; }
span { border-color: rgb(178,242,194); }
td.TdClassName
{
border-color: #B2F2C2;
}
.TagClassName
{
border-color: #B2F2C2;
}
</style>