Shades of Fringy Flower #B0EDC0
Tints of Fringy Flower #B0EDC0
RGB
CMYK
RGB Variations
Color information
#B0EDC0 (or 0xB0EDC0) is known color: Fringy Flower. HEX triplet: B0, ED and C0. RGB value is (176,237,192). Sum of RGB (Red+Green+Blue) = 176+237+192=605 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.09% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDC0 is #4F123F. Grayscale: #D5D5D5. Windows color (decimal): -5182016 or 12643760. OLE color: 12643760.
HSL color Cylindrical-coordinate representation of color #B0EDC0: hue angle of 135.74º 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 #B0EDC0 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 192 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.07 |
| HSL | 135.74º | 0.63% | 0.81% | - |
| HSV(B) | 135.74º | 0.26% | 0.93% | - |
| XYZ | 57.7 | 73.6 | 61.03 | - |
| YUV | 213.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 192 | 0.26 | 0 | 0.19 | 0.07 | 135.74 | 0.63 | 0.81 |
| Hex | B0 | ED | C0 | 1A | 0 | 13 | 7 | 88 | 3F | 51 |
| Octal | 260 | 355 | 300 | 32 | 0 | 23 | 7 | 210 | 77 | 121 |
| Binary | 10110000 | 11101101 | 11000000 | 11010 | 0 | 10011 | 111 | 10001000 | 111111 | 1010001 |
Color Harmonies of #B0EDC0
Complementary color
Monochromatic Colors of #B0EDC0
Black with #B0EDC0
Text Example
Text Example
White with #B0EDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDC0; }
p { color: rgb(176,237,192); }
H1.HeaderClassName
{
color: #B0EDC0;
}
.AnyTagClassName
{
color: #B0EDC0;
}
</style>
background-color css
<style>
a { background-color: #B0EDC0; }
a { background-color: rgb(176,237,192); }
div.DivClassName
{
background-color: #B0EDC0;
}
.BgClassName
{
background-color: #B0EDC0;
}
</style>
border-color css
<style>
span { border-color: #B0EDC0; }
span { border-color: rgb(176,237,192); }
td.TdClassName
{
border-color: #B0EDC0;
}
.TagClassName
{
border-color: #B0EDC0;
}
</style>