Shades of Fringy Flower #B0F3BB
Tints of Fringy Flower #B0F3BB
RGB
CMYK
RGB Variations
Color information
#B0F3BB (or 0xB0F3BB) is known color: Fringy Flower. HEX triplet: B0, F3 and BB. RGB value is (176,243,187). Sum of RGB (Red+Green+Blue) = 176+243+187=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 243 (95.31% from 255 or 40.10% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F3BB is #4F0C44. Grayscale: #D8D8D8. Windows color (decimal): -5180485 or 12317616. OLE color: 12317616.
HSL color Cylindrical-coordinate representation of color #B0F3BB: hue angle of 129.85º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F3BB is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 187 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.05 |
| HSL | 129.85º | 0.74% | 0.82% | - |
| HSV(B) | 129.85º | 0.28% | 0.95% | - |
| XYZ | 58.92 | 76.92 | 58.75 | - |
| YUV | 216.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 187 | 0.28 | 0 | 0.23 | 0.05 | 129.85 | 0.74 | 0.82 |
| Hex | B0 | F3 | BB | 1C | 0 | 17 | 5 | 82 | 4A | 52 |
| Octal | 260 | 363 | 273 | 34 | 0 | 27 | 5 | 202 | 112 | 122 |
| Binary | 10110000 | 11110011 | 10111011 | 11100 | 0 | 10111 | 101 | 10000010 | 1001010 | 1010010 |
Color Harmonies of #B0F3BB
Complementary color
Monochromatic Colors of #B0F3BB
Black with #B0F3BB
Text Example
Text Example
White with #B0F3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F3BB; }
p { color: rgb(176,243,187); }
H1.HeaderClassName
{
color: #B0F3BB;
}
.AnyTagClassName
{
color: #B0F3BB;
}
</style>
background-color css
<style>
a { background-color: #B0F3BB; }
a { background-color: rgb(176,243,187); }
div.DivClassName
{
background-color: #B0F3BB;
}
.BgClassName
{
background-color: #B0F3BB;
}
</style>
border-color css
<style>
span { border-color: #B0F3BB; }
span { border-color: rgb(176,243,187); }
td.TdClassName
{
border-color: #B0F3BB;
}
.TagClassName
{
border-color: #B0F3BB;
}
</style>