Shades of Fringy Flower #B0EDB8
Tints of Fringy Flower #B0EDB8
RGB
CMYK
RGB Variations
Color information
#B0EDB8 (or 0xB0EDB8) is known color: Fringy Flower. HEX triplet: B0, ED and B8. RGB value is (176,237,184). Sum of RGB (Red+Green+Blue) = 176+237+184=597 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.48% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDB8 is #4F1247. Grayscale: #D4D4D4. Windows color (decimal): -5182024 or 12119472. OLE color: 12119472.
HSL color Cylindrical-coordinate representation of color #B0EDB8: hue angle of 127.87º 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 #B0EDB8 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 184 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.07 |
| HSL | 127.87º | 0.63% | 0.81% | - |
| HSV(B) | 127.87º | 0.26% | 0.93% | - |
| XYZ | 56.84 | 73.26 | 56.49 | - |
| YUV | 212.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 184 | 0.26 | 0 | 0.22 | 0.07 | 127.87 | 0.63 | 0.81 |
| Hex | B0 | ED | B8 | 1A | 0 | 16 | 7 | 80 | 3F | 51 |
| Octal | 260 | 355 | 270 | 32 | 0 | 26 | 7 | 200 | 77 | 121 |
| Binary | 10110000 | 11101101 | 10111000 | 11010 | 0 | 10110 | 111 | 10000000 | 111111 | 1010001 |
Color Harmonies of #B0EDB8
Complementary color
Monochromatic Colors of #B0EDB8
Black with #B0EDB8
Text Example
Text Example
White with #B0EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDB8; }
p { color: rgb(176,237,184); }
H1.HeaderClassName
{
color: #B0EDB8;
}
.AnyTagClassName
{
color: #B0EDB8;
}
</style>
background-color css
<style>
a { background-color: #B0EDB8; }
a { background-color: rgb(176,237,184); }
div.DivClassName
{
background-color: #B0EDB8;
}
.BgClassName
{
background-color: #B0EDB8;
}
</style>
border-color css
<style>
span { border-color: #B0EDB8; }
span { border-color: rgb(176,237,184); }
td.TdClassName
{
border-color: #B0EDB8;
}
.TagClassName
{
border-color: #B0EDB8;
}
</style>