Shades of Fringy Flower #B0FFBD
Tints of Fringy Flower #B0FFBD
RGB
CMYK
RGB Variations
Color information
#B0FFBD (or 0xB0FFBD) is known color: Fringy Flower. HEX triplet: B0, FF and BD. RGB value is (176,255,189). Sum of RGB (Red+Green+Blue) = 176+255+189=620 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.39% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFBD is #4F0042. Grayscale: #E0E0E0. Windows color (decimal): -5177411 or 12451760. OLE color: 12451760.
HSL color Cylindrical-coordinate representation of color #B0FFBD: hue angle of 129.87º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFBD is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 189 | - |
| CMYK | 0.31 | 0 | 0.26 | 0 |
| HSL | 129.87º | 1% | 0.85% | - |
| HSV(B) | 129.87º | 0.31% | 1% | - |
| XYZ | 62.85 | 84.42 | 61.13 | - |
| YUV | 223.86 | 108.33 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 189 | 0.31 | 0 | 0.26 | 0 | 129.87 | 1 | 0.85 |
| Hex | B0 | FF | BD | 1F | 0 | 1A | 0 | 82 | 64 | 55 |
| Octal | 260 | 377 | 275 | 37 | 0 | 32 | 0 | 202 | 144 | 125 |
| Binary | 10110000 | 11111111 | 10111101 | 11111 | 0 | 11010 | 0 | 10000010 | 1100100 | 1010101 |
Color Harmonies of #B0FFBD
Complementary color
Monochromatic Colors of #B0FFBD
Black with #B0FFBD
Text Example
Text Example
White with #B0FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFBD; }
p { color: rgb(176,255,189); }
H1.HeaderClassName
{
color: #B0FFBD;
}
.AnyTagClassName
{
color: #B0FFBD;
}
</style>
background-color css
<style>
a { background-color: #B0FFBD; }
a { background-color: rgb(176,255,189); }
div.DivClassName
{
background-color: #B0FFBD;
}
.BgClassName
{
background-color: #B0FFBD;
}
</style>
border-color css
<style>
span { border-color: #B0FFBD; }
span { border-color: rgb(176,255,189); }
td.TdClassName
{
border-color: #B0FFBD;
}
.TagClassName
{
border-color: #B0FFBD;
}
</style>