Shades of Fringy Flower #B0FAC2
Tints of Fringy Flower #B0FAC2
RGB
CMYK
RGB Variations
Color information
#B0FAC2 (or 0xB0FAC2) is known color: Fringy Flower. HEX triplet: B0, FA and C2. RGB value is (176,250,194). Sum of RGB (Red+Green+Blue) = 176+250+194=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FAC2 is #4F053D. Grayscale: #DDDDDD. Windows color (decimal): -5178686 or 12778160. OLE color: 12778160.
HSL color Cylindrical-coordinate representation of color #B0FAC2: hue angle of 134.59º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FAC2 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 194 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.02 |
| HSL | 134.59º | 0.88% | 0.84% | - |
| HSV(B) | 134.59º | 0.3% | 0.98% | - |
| XYZ | 61.83 | 81.5 | 63.51 | - |
| YUV | 221.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 194 | 0.30 | 0 | 0.22 | 0.02 | 134.59 | 0.88 | 0.84 |
| Hex | B0 | FA | C2 | 1E | 0 | 16 | 2 | 87 | 58 | 54 |
| Octal | 260 | 372 | 302 | 36 | 0 | 26 | 2 | 207 | 130 | 124 |
| Binary | 10110000 | 11111010 | 11000010 | 11110 | 0 | 10110 | 10 | 10000111 | 1011000 | 1010100 |
Color Harmonies of #B0FAC2
Complementary color
Monochromatic Colors of #B0FAC2
Black with #B0FAC2
Text Example
Text Example
White with #B0FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FAC2; }
p { color: rgb(176,250,194); }
H1.HeaderClassName
{
color: #B0FAC2;
}
.AnyTagClassName
{
color: #B0FAC2;
}
</style>
background-color css
<style>
a { background-color: #B0FAC2; }
a { background-color: rgb(176,250,194); }
div.DivClassName
{
background-color: #B0FAC2;
}
.BgClassName
{
background-color: #B0FAC2;
}
</style>
border-color css
<style>
span { border-color: #B0FAC2; }
span { border-color: rgb(176,250,194); }
td.TdClassName
{
border-color: #B0FAC2;
}
.TagClassName
{
border-color: #B0FAC2;
}
</style>