Shades of Fringy Flower #B0F0C1
Tints of Fringy Flower #B0F0C1
RGB
CMYK
RGB Variations
Color information
#B0F0C1 (or 0xB0F0C1) is known color: Fringy Flower. HEX triplet: B0, F0 and C1. RGB value is (176,240,193). Sum of RGB (Red+Green+Blue) = 176+240+193=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0C1 is #4F0F3E. Grayscale: #D7D7D7. Windows color (decimal): -5181247 or 12710064. OLE color: 12710064.
HSL color Cylindrical-coordinate representation of color #B0F0C1: hue angle of 135.94º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0C1 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 193 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.06 |
| HSL | 135.94º | 0.68% | 0.82% | - |
| HSV(B) | 135.94º | 0.27% | 0.94% | - |
| XYZ | 58.69 | 75.4 | 61.91 | - |
| YUV | 215.51 | 115.3 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 193 | 0.27 | 0 | 0.20 | 0.06 | 135.94 | 0.68 | 0.82 |
| Hex | B0 | F0 | C1 | 1B | 0 | 14 | 6 | 88 | 44 | 52 |
| Octal | 260 | 360 | 301 | 33 | 0 | 24 | 6 | 210 | 104 | 122 |
| Binary | 10110000 | 11110000 | 11000001 | 11011 | 0 | 10100 | 110 | 10001000 | 1000100 | 1010010 |
Color Harmonies of #B0F0C1
Complementary color
Monochromatic Colors of #B0F0C1
Black with #B0F0C1
Text Example
Text Example
White with #B0F0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0C1; }
p { color: rgb(176,240,193); }
H1.HeaderClassName
{
color: #B0F0C1;
}
.AnyTagClassName
{
color: #B0F0C1;
}
</style>
background-color css
<style>
a { background-color: #B0F0C1; }
a { background-color: rgb(176,240,193); }
div.DivClassName
{
background-color: #B0F0C1;
}
.BgClassName
{
background-color: #B0F0C1;
}
</style>
border-color css
<style>
span { border-color: #B0F0C1; }
span { border-color: rgb(176,240,193); }
td.TdClassName
{
border-color: #B0F0C1;
}
.TagClassName
{
border-color: #B0F0C1;
}
</style>