Shades of Fringy Flower #B0EDC2
Tints of Fringy Flower #B0EDC2
RGB
CMYK
RGB Variations
Color information
#B0EDC2 (or 0xB0EDC2) is known color: Fringy Flower. HEX triplet: B0, ED and C2. RGB value is (176,237,194). Sum of RGB (Red+Green+Blue) = 176+237+194=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDC2 is #4F123D. Grayscale: #D5D5D5. Windows color (decimal): -5182014 or 12774832. OLE color: 12774832.
HSL color Cylindrical-coordinate representation of color #B0EDC2: hue angle of 137.7º 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 #B0EDC2 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 194 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.07 |
| HSL | 137.7º | 0.63% | 0.81% | - |
| HSV(B) | 137.7º | 0.26% | 0.93% | - |
| XYZ | 57.93 | 73.69 | 62.21 | - |
| YUV | 213.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 194 | 0.26 | 0 | 0.18 | 0.07 | 137.7 | 0.63 | 0.81 |
| Hex | B0 | ED | C2 | 1A | 0 | 12 | 7 | 8A | 3F | 51 |
| Octal | 260 | 355 | 302 | 32 | 0 | 22 | 7 | 212 | 77 | 121 |
| Binary | 10110000 | 11101101 | 11000010 | 11010 | 0 | 10010 | 111 | 10001010 | 111111 | 1010001 |
Color Harmonies of #B0EDC2
Complementary color
Monochromatic Colors of #B0EDC2
Black with #B0EDC2
Text Example
Text Example
White with #B0EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDC2; }
p { color: rgb(176,237,194); }
H1.HeaderClassName
{
color: #B0EDC2;
}
.AnyTagClassName
{
color: #B0EDC2;
}
</style>
background-color css
<style>
a { background-color: #B0EDC2; }
a { background-color: rgb(176,237,194); }
div.DivClassName
{
background-color: #B0EDC2;
}
.BgClassName
{
background-color: #B0EDC2;
}
</style>
border-color css
<style>
span { border-color: #B0EDC2; }
span { border-color: rgb(176,237,194); }
td.TdClassName
{
border-color: #B0EDC2;
}
.TagClassName
{
border-color: #B0EDC2;
}
</style>