Shades of Fringy Flower #B0DDBC
Tints of Fringy Flower #B0DDBC
RGB
CMYK
RGB Variations
Color information
#B0DDBC (or 0xB0DDBC) is known color: Fringy Flower. HEX triplet: B0, DD and BC. RGB value is (176,221,188). Sum of RGB (Red+Green+Blue) = 176+221+188=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDBC is #4F2243. Grayscale: #CBCBCB. Windows color (decimal): -5186116 or 12377520. OLE color: 12377520.
HSL color Cylindrical-coordinate representation of color #B0DDBC: hue angle of 136º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DDBC is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 188 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.13 |
| HSL | 136º | 0.4% | 0.78% | - |
| HSV(B) | 136º | 0.2% | 0.87% | - |
| XYZ | 52.84 | 64.57 | 57.26 | - |
| YUV | 203.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 188 | 0.20 | 0 | 0.15 | 0.13 | 136 | 0.4 | 0.78 |
| Hex | B0 | DD | BC | 14 | 0 | F | D | 88 | 28 | 4E |
| Octal | 260 | 335 | 274 | 24 | 0 | 17 | 15 | 210 | 50 | 116 |
| Binary | 10110000 | 11011101 | 10111100 | 10100 | 0 | 1111 | 1101 | 10001000 | 101000 | 1001110 |
Color Harmonies of #B0DDBC
Complementary color
Monochromatic Colors of #B0DDBC
Black with #B0DDBC
Text Example
Text Example
White with #B0DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDBC; }
p { color: rgb(176,221,188); }
H1.HeaderClassName
{
color: #B0DDBC;
}
.AnyTagClassName
{
color: #B0DDBC;
}
</style>
background-color css
<style>
a { background-color: #B0DDBC; }
a { background-color: rgb(176,221,188); }
div.DivClassName
{
background-color: #B0DDBC;
}
.BgClassName
{
background-color: #B0DDBC;
}
</style>
border-color css
<style>
span { border-color: #B0DDBC; }
span { border-color: rgb(176,221,188); }
td.TdClassName
{
border-color: #B0DDBC;
}
.TagClassName
{
border-color: #B0DDBC;
}
</style>