Shades of Fringy Flower #B0F7BD
Tints of Fringy Flower #B0F7BD
RGB
CMYK
RGB Variations
Color information
#B0F7BD (or 0xB0F7BD) is known color: Fringy Flower. HEX triplet: B0, F7 and BD. RGB value is (176,247,189). Sum of RGB (Red+Green+Blue) = 176+247+189=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7BD is #4F0842. Grayscale: #DBDBDB. Windows color (decimal): -5179459 or 12449712. OLE color: 12449712.
HSL color Cylindrical-coordinate representation of color #B0F7BD: hue angle of 130.99º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7BD is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 247 | 189 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.03 |
| HSL | 130.99º | 0.82% | 0.83% | - |
| HSV(B) | 130.99º | 0.29% | 0.97% | - |
| XYZ | 60.35 | 79.43 | 60.29 | - |
| YUV | 219.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 247 | 189 | 0.29 | 0 | 0.23 | 0.03 | 130.99 | 0.82 | 0.83 |
| Hex | B0 | F7 | BD | 1D | 0 | 17 | 3 | 83 | 52 | 53 |
| Octal | 260 | 367 | 275 | 35 | 0 | 27 | 3 | 203 | 122 | 123 |
| Binary | 10110000 | 11110111 | 10111101 | 11101 | 0 | 10111 | 11 | 10000011 | 1010010 | 1010011 |
Color Harmonies of #B0F7BD
Complementary color
Monochromatic Colors of #B0F7BD
Black with #B0F7BD
Text Example
Text Example
White with #B0F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F7BD; }
p { color: rgb(176,247,189); }
H1.HeaderClassName
{
color: #B0F7BD;
}
.AnyTagClassName
{
color: #B0F7BD;
}
</style>
background-color css
<style>
a { background-color: #B0F7BD; }
a { background-color: rgb(176,247,189); }
div.DivClassName
{
background-color: #B0F7BD;
}
.BgClassName
{
background-color: #B0F7BD;
}
</style>
border-color css
<style>
span { border-color: #B0F7BD; }
span { border-color: rgb(176,247,189); }
td.TdClassName
{
border-color: #B0F7BD;
}
.TagClassName
{
border-color: #B0F7BD;
}
</style>