Shades of Fringy Flower #B0D9B8
Tints of Fringy Flower #B0D9B8
RGB
CMYK
RGB Variations
Color information
#B0D9B8 (or 0xB0D9B8) is known color: Fringy Flower. HEX triplet: B0, D9 and B8. RGB value is (176,217,184). Sum of RGB (Red+Green+Blue) = 176+217+184=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D9B8 is #4F2647. Grayscale: #C9C9C9. Windows color (decimal): -5187144 or 12114352. OLE color: 12114352.
HSL color Cylindrical-coordinate representation of color #B0D9B8: hue angle of 131.71º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D9B8 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 184 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.15 |
| HSL | 131.71º | 0.35% | 0.77% | - |
| HSV(B) | 131.71º | 0.19% | 0.85% | - |
| XYZ | 51.37 | 62.32 | 54.67 | - |
| YUV | 200.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 184 | 0.19 | 0 | 0.15 | 0.15 | 131.71 | 0.35 | 0.77 |
| Hex | B0 | D9 | B8 | 13 | 0 | F | F | 84 | 23 | 4D |
| Octal | 260 | 331 | 270 | 23 | 0 | 17 | 17 | 204 | 43 | 115 |
| Binary | 10110000 | 11011001 | 10111000 | 10011 | 0 | 1111 | 1111 | 10000100 | 100011 | 1001101 |
Color Harmonies of #B0D9B8
Complementary color
Monochromatic Colors of #B0D9B8
Black with #B0D9B8
Text Example
Text Example
White with #B0D9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D9B8; }
p { color: rgb(176,217,184); }
H1.HeaderClassName
{
color: #B0D9B8;
}
.AnyTagClassName
{
color: #B0D9B8;
}
</style>
background-color css
<style>
a { background-color: #B0D9B8; }
a { background-color: rgb(176,217,184); }
div.DivClassName
{
background-color: #B0D9B8;
}
.BgClassName
{
background-color: #B0D9B8;
}
</style>
border-color css
<style>
span { border-color: #B0D9B8; }
span { border-color: rgb(176,217,184); }
td.TdClassName
{
border-color: #B0D9B8;
}
.TagClassName
{
border-color: #B0D9B8;
}
</style>