Shades of Fringy Flower #B2FAC0
Tints of Fringy Flower #B2FAC0
RGB
CMYK
RGB Variations
Color information
#B2FAC0 (or 0xB2FAC0) is known color: Fringy Flower. HEX triplet: B2, FA and C0. RGB value is (178,250,192). Sum of RGB (Red+Green+Blue) = 178+250+192=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FAC0 is #4D053F. Grayscale: #DEDEDE. Windows color (decimal): -5047616 or 12647090. OLE color: 12647090.
HSL color Cylindrical-coordinate representation of color #B2FAC0: hue angle of 131.67º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FAC0 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 192 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.02 |
| HSL | 131.67º | 0.88% | 0.84% | - |
| HSV(B) | 131.67º | 0.29% | 0.98% | - |
| XYZ | 62.06 | 81.64 | 62.36 | - |
| YUV | 221.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 192 | 0.29 | 0 | 0.23 | 0.02 | 131.67 | 0.88 | 0.84 |
| Hex | B2 | FA | C0 | 1D | 0 | 17 | 2 | 84 | 58 | 54 |
| Octal | 262 | 372 | 300 | 35 | 0 | 27 | 2 | 204 | 130 | 124 |
| Binary | 10110010 | 11111010 | 11000000 | 11101 | 0 | 10111 | 10 | 10000100 | 1011000 | 1010100 |
Color Harmonies of #B2FAC0
Complementary color
Monochromatic Colors of #B2FAC0
Black with #B2FAC0
Text Example
Text Example
White with #B2FAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAC0; }
p { color: rgb(178,250,192); }
H1.HeaderClassName
{
color: #B2FAC0;
}
.AnyTagClassName
{
color: #B2FAC0;
}
</style>
background-color css
<style>
a { background-color: #B2FAC0; }
a { background-color: rgb(178,250,192); }
div.DivClassName
{
background-color: #B2FAC0;
}
.BgClassName
{
background-color: #B2FAC0;
}
</style>
border-color css
<style>
span { border-color: #B2FAC0; }
span { border-color: rgb(178,250,192); }
td.TdClassName
{
border-color: #B2FAC0;
}
.TagClassName
{
border-color: #B2FAC0;
}
</style>