Shades of Fringy Flower #B0D8BB
Tints of Fringy Flower #B0D8BB
RGB
CMYK
RGB Variations
Color information
#B0D8BB (or 0xB0D8BB) is known color: Fringy Flower. HEX triplet: B0, D8 and BB. RGB value is (176,216,187). Sum of RGB (Red+Green+Blue) = 176+216+187=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D8BB is #4F2744. Grayscale: #C8C8C8. Windows color (decimal): -5187397 or 12310704. OLE color: 12310704.
HSL color Cylindrical-coordinate representation of color #B0D8BB: hue angle of 136.5º degrees, saturation: 0.34, 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 #B0D8BB is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 187 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.15 |
| HSL | 136.5º | 0.34% | 0.77% | - |
| HSV(B) | 136.5º | 0.19% | 0.85% | - |
| XYZ | 51.43 | 61.93 | 56.26 | - |
| YUV | 200.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 187 | 0.19 | 0 | 0.13 | 0.15 | 136.5 | 0.34 | 0.77 |
| Hex | B0 | D8 | BB | 13 | 0 | D | F | 88 | 22 | 4D |
| Octal | 260 | 330 | 273 | 23 | 0 | 15 | 17 | 210 | 42 | 115 |
| Binary | 10110000 | 11011000 | 10111011 | 10011 | 0 | 1101 | 1111 | 10001000 | 100010 | 1001101 |
Color Harmonies of #B0D8BB
Complementary color
Monochromatic Colors of #B0D8BB
Black with #B0D8BB
Text Example
Text Example
White with #B0D8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D8BB; }
p { color: rgb(176,216,187); }
H1.HeaderClassName
{
color: #B0D8BB;
}
.AnyTagClassName
{
color: #B0D8BB;
}
</style>
background-color css
<style>
a { background-color: #B0D8BB; }
a { background-color: rgb(176,216,187); }
div.DivClassName
{
background-color: #B0D8BB;
}
.BgClassName
{
background-color: #B0D8BB;
}
</style>
border-color css
<style>
span { border-color: #B0D8BB; }
span { border-color: rgb(176,216,187); }
td.TdClassName
{
border-color: #B0D8BB;
}
.TagClassName
{
border-color: #B0D8BB;
}
</style>