Shades of Fringy Flower #B0EDB7
Tints of Fringy Flower #B0EDB7
RGB
CMYK
RGB Variations
Color information
#B0EDB7 (or 0xB0EDB7) is known color: Fringy Flower. HEX triplet: B0, ED and B7. RGB value is (176,237,183). Sum of RGB (Red+Green+Blue) = 176+237+183=596 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.53% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDB7 is #4F1248. Grayscale: #D4D4D4. Windows color (decimal): -5182025 or 12053936. OLE color: 12053936.
HSL color Cylindrical-coordinate representation of color #B0EDB7: hue angle of 126.89º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EDB7 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 183 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.07 |
| HSL | 126.89º | 0.63% | 0.81% | - |
| HSV(B) | 126.89º | 0.26% | 0.93% | - |
| XYZ | 56.74 | 73.22 | 55.94 | - |
| YUV | 212.61 | 111.29 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 183 | 0.26 | 0 | 0.23 | 0.07 | 126.89 | 0.63 | 0.81 |
| Hex | B0 | ED | B7 | 1A | 0 | 17 | 7 | 7F | 3F | 51 |
| Octal | 260 | 355 | 267 | 32 | 0 | 27 | 7 | 177 | 77 | 121 |
| Binary | 10110000 | 11101101 | 10110111 | 11010 | 0 | 10111 | 111 | 1111111 | 111111 | 1010001 |
Color Harmonies of #B0EDB7
Complementary color
Monochromatic Colors of #B0EDB7
Black with #B0EDB7
Text Example
Text Example
White with #B0EDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDB7; }
p { color: rgb(176,237,183); }
H1.HeaderClassName
{
color: #B0EDB7;
}
.AnyTagClassName
{
color: #B0EDB7;
}
</style>
background-color css
<style>
a { background-color: #B0EDB7; }
a { background-color: rgb(176,237,183); }
div.DivClassName
{
background-color: #B0EDB7;
}
.BgClassName
{
background-color: #B0EDB7;
}
</style>
border-color css
<style>
span { border-color: #B0EDB7; }
span { border-color: rgb(176,237,183); }
td.TdClassName
{
border-color: #B0EDB7;
}
.TagClassName
{
border-color: #B0EDB7;
}
</style>