Shades of Fringy Flower #B0F1C5
Tints of Fringy Flower #B0F1C5
RGB
CMYK
RGB Variations
Color information
#B0F1C5 (or 0xB0F1C5) is known color: Fringy Flower. HEX triplet: B0, F1 and C5. RGB value is (176,241,197). Sum of RGB (Red+Green+Blue) = 176+241+197=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F1C5 is #4F0E3A. Grayscale: #D8D8D8. Windows color (decimal): -5180987 or 12972464. OLE color: 12972464.
HSL color Cylindrical-coordinate representation of color #B0F1C5: hue angle of 139.38º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F1C5 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 197 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.05 |
| HSL | 139.38º | 0.7% | 0.82% | - |
| HSV(B) | 139.38º | 0.27% | 0.95% | - |
| XYZ | 59.44 | 76.17 | 64.39 | - |
| YUV | 216.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 197 | 0.27 | 0 | 0.18 | 0.05 | 139.38 | 0.7 | 0.82 |
| Hex | B0 | F1 | C5 | 1B | 0 | 12 | 5 | 8B | 46 | 52 |
| Octal | 260 | 361 | 305 | 33 | 0 | 22 | 5 | 213 | 106 | 122 |
| Binary | 10110000 | 11110001 | 11000101 | 11011 | 0 | 10010 | 101 | 10001011 | 1000110 | 1010010 |
Color Harmonies of #B0F1C5
Complementary color
Monochromatic Colors of #B0F1C5
Black with #B0F1C5
Text Example
Text Example
White with #B0F1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F1C5; }
p { color: rgb(176,241,197); }
H1.HeaderClassName
{
color: #B0F1C5;
}
.AnyTagClassName
{
color: #B0F1C5;
}
</style>
background-color css
<style>
a { background-color: #B0F1C5; }
a { background-color: rgb(176,241,197); }
div.DivClassName
{
background-color: #B0F1C5;
}
.BgClassName
{
background-color: #B0F1C5;
}
</style>
border-color css
<style>
span { border-color: #B0F1C5; }
span { border-color: rgb(176,241,197); }
td.TdClassName
{
border-color: #B0F1C5;
}
.TagClassName
{
border-color: #B0F1C5;
}
</style>