Shades of Fringy Flower #B0DCBB
Tints of Fringy Flower #B0DCBB
RGB
CMYK
RGB Variations
Color information
#B0DCBB (or 0xB0DCBB) is known color: Fringy Flower. HEX triplet: B0, DC and BB. RGB value is (176,220,187). Sum of RGB (Red+Green+Blue) = 176+220+187=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCBB is #4F2344. Grayscale: #CBCBCB. Windows color (decimal): -5186373 or 12311728. OLE color: 12311728.
HSL color Cylindrical-coordinate representation of color #B0DCBB: hue angle of 135º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCBB is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 187 | - |
| CMYK | 0.2 | 0 | 0.15 | 0.14 |
| HSL | 135º | 0.39% | 0.78% | - |
| HSV(B) | 135º | 0.2% | 0.86% | - |
| XYZ | 52.47 | 64 | 56.6 | - |
| YUV | 203.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 187 | 0.2 | 0 | 0.15 | 0.14 | 135 | 0.39 | 0.78 |
| Hex | B0 | DC | BB | 14 | 0 | F | E | 87 | 27 | 4E |
| Octal | 260 | 334 | 273 | 24 | 0 | 17 | 16 | 207 | 47 | 116 |
| Binary | 10110000 | 11011100 | 10111011 | 10100 | 0 | 1111 | 1110 | 10000111 | 100111 | 1001110 |
Color Harmonies of #B0DCBB
Complementary color
Monochromatic Colors of #B0DCBB
Black with #B0DCBB
Text Example
Text Example
White with #B0DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCBB; }
p { color: rgb(176,220,187); }
H1.HeaderClassName
{
color: #B0DCBB;
}
.AnyTagClassName
{
color: #B0DCBB;
}
</style>
background-color css
<style>
a { background-color: #B0DCBB; }
a { background-color: rgb(176,220,187); }
div.DivClassName
{
background-color: #B0DCBB;
}
.BgClassName
{
background-color: #B0DCBB;
}
</style>
border-color css
<style>
span { border-color: #B0DCBB; }
span { border-color: rgb(176,220,187); }
td.TdClassName
{
border-color: #B0DCBB;
}
.TagClassName
{
border-color: #B0DCBB;
}
</style>