Shades of Fringy Flower #B0F0B8
Tints of Fringy Flower #B0F0B8
RGB
CMYK
RGB Variations
Color information
#B0F0B8 (or 0xB0F0B8) is known color: Fringy Flower. HEX triplet: B0, F0 and B8. RGB value is (176,240,184). Sum of RGB (Red+Green+Blue) = 176+240+184=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0B8 is #4F0F47. Grayscale: #D6D6D6. Windows color (decimal): -5181256 or 12120240. OLE color: 12120240.
HSL color Cylindrical-coordinate representation of color #B0F0B8: hue angle of 127.5º 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 #B0F0B8 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 184 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.06 |
| HSL | 127.5º | 0.68% | 0.82% | - |
| HSV(B) | 127.5º | 0.27% | 0.94% | - |
| XYZ | 57.72 | 75.01 | 56.78 | - |
| YUV | 214.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 184 | 0.27 | 0 | 0.23 | 0.06 | 127.5 | 0.68 | 0.82 |
| Hex | B0 | F0 | B8 | 1B | 0 | 17 | 6 | 80 | 44 | 52 |
| Octal | 260 | 360 | 270 | 33 | 0 | 27 | 6 | 200 | 104 | 122 |
| Binary | 10110000 | 11110000 | 10111000 | 11011 | 0 | 10111 | 110 | 10000000 | 1000100 | 1010010 |
Color Harmonies of #B0F0B8
Complementary color
Monochromatic Colors of #B0F0B8
Black with #B0F0B8
Text Example
Text Example
White with #B0F0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0B8; }
p { color: rgb(176,240,184); }
H1.HeaderClassName
{
color: #B0F0B8;
}
.AnyTagClassName
{
color: #B0F0B8;
}
</style>
background-color css
<style>
a { background-color: #B0F0B8; }
a { background-color: rgb(176,240,184); }
div.DivClassName
{
background-color: #B0F0B8;
}
.BgClassName
{
background-color: #B0F0B8;
}
</style>
border-color css
<style>
span { border-color: #B0F0B8; }
span { border-color: rgb(176,240,184); }
td.TdClassName
{
border-color: #B0F0B8;
}
.TagClassName
{
border-color: #B0F0B8;
}
</style>