Shades of Fringy Flower #B0EFB7
Tints of Fringy Flower #B0EFB7
RGB
CMYK
RGB Variations
Color information
#B0EFB7 (or 0xB0EFB7) is known color: Fringy Flower. HEX triplet: B0, EF and B7. RGB value is (176,239,183). Sum of RGB (Red+Green+Blue) = 176+239+183=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFB7 is #4F1048. Grayscale: #D5D5D5. Windows color (decimal): -5181513 or 12054448. OLE color: 12054448.
HSL color Cylindrical-coordinate representation of color #B0EFB7: hue angle of 126.67º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFB7 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 183 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.06 |
| HSL | 126.67º | 0.66% | 0.81% | - |
| HSV(B) | 126.67º | 0.26% | 0.94% | - |
| XYZ | 57.32 | 74.38 | 56.14 | - |
| YUV | 213.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 183 | 0.26 | 0 | 0.23 | 0.06 | 126.67 | 0.66 | 0.81 |
| Hex | B0 | EF | B7 | 1A | 0 | 17 | 6 | 7F | 42 | 51 |
| Octal | 260 | 357 | 267 | 32 | 0 | 27 | 6 | 177 | 102 | 121 |
| Binary | 10110000 | 11101111 | 10110111 | 11010 | 0 | 10111 | 110 | 1111111 | 1000010 | 1010001 |
Color Harmonies of #B0EFB7
Complementary color
Monochromatic Colors of #B0EFB7
Black with #B0EFB7
Text Example
Text Example
White with #B0EFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFB7; }
p { color: rgb(176,239,183); }
H1.HeaderClassName
{
color: #B0EFB7;
}
.AnyTagClassName
{
color: #B0EFB7;
}
</style>
background-color css
<style>
a { background-color: #B0EFB7; }
a { background-color: rgb(176,239,183); }
div.DivClassName
{
background-color: #B0EFB7;
}
.BgClassName
{
background-color: #B0EFB7;
}
</style>
border-color css
<style>
span { border-color: #B0EFB7; }
span { border-color: rgb(176,239,183); }
td.TdClassName
{
border-color: #B0EFB7;
}
.TagClassName
{
border-color: #B0EFB7;
}
</style>