Shades of Fringy Flower #B2F0C2
Tints of Fringy Flower #B2F0C2
RGB
CMYK
RGB Variations
Color information
#B2F0C2 (or 0xB2F0C2) is known color: Fringy Flower. HEX triplet: B2, F0 and C2. RGB value is (178,240,194). Sum of RGB (Red+Green+Blue) = 178+240+194=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F0C2 is #4D0F3D. Grayscale: #D8D8D8. Windows color (decimal): -5050174 or 12775602. OLE color: 12775602.
HSL color Cylindrical-coordinate representation of color #B2F0C2: hue angle of 135.48º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F0C2 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 194 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.06 |
| HSL | 135.48º | 0.67% | 0.82% | - |
| HSV(B) | 135.48º | 0.26% | 0.94% | - |
| XYZ | 59.26 | 75.68 | 62.52 | - |
| YUV | 216.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 194 | 0.26 | 0 | 0.19 | 0.06 | 135.48 | 0.67 | 0.82 |
| Hex | B2 | F0 | C2 | 1A | 0 | 13 | 6 | 87 | 43 | 52 |
| Octal | 262 | 360 | 302 | 32 | 0 | 23 | 6 | 207 | 103 | 122 |
| Binary | 10110010 | 11110000 | 11000010 | 11010 | 0 | 10011 | 110 | 10000111 | 1000011 | 1010010 |
Color Harmonies of #B2F0C2
Complementary color
Monochromatic Colors of #B2F0C2
Black with #B2F0C2
Text Example
Text Example
White with #B2F0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F0C2; }
p { color: rgb(178,240,194); }
H1.HeaderClassName
{
color: #B2F0C2;
}
.AnyTagClassName
{
color: #B2F0C2;
}
</style>
background-color css
<style>
a { background-color: #B2F0C2; }
a { background-color: rgb(178,240,194); }
div.DivClassName
{
background-color: #B2F0C2;
}
.BgClassName
{
background-color: #B2F0C2;
}
</style>
border-color css
<style>
span { border-color: #B2F0C2; }
span { border-color: rgb(178,240,194); }
td.TdClassName
{
border-color: #B2F0C2;
}
.TagClassName
{
border-color: #B2F0C2;
}
</style>