Shades of Fringy Flower #B1DCBC
Tints of Fringy Flower #B1DCBC
RGB
CMYK
RGB Variations
Color information
#B1DCBC (or 0xB1DCBC) is known color: Fringy Flower. HEX triplet: B1, DC and BC. RGB value is (177,220,188). Sum of RGB (Red+Green+Blue) = 177+220+188=585 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.26% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCBC is #4E2343. Grayscale: #CBCBCB. Windows color (decimal): -5120836 or 12377265. OLE color: 12377265.
HSL color Cylindrical-coordinate representation of color #B1DCBC: hue angle of 135.35º degrees, saturation: 0.38, 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 #B1DCBC is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 188 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.14 |
| HSL | 135.35º | 0.38% | 0.78% | - |
| HSV(B) | 135.35º | 0.2% | 0.86% | - |
| XYZ | 52.8 | 64.16 | 57.18 | - |
| YUV | 203.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 188 | 0.20 | 0 | 0.15 | 0.14 | 135.35 | 0.38 | 0.78 |
| Hex | B1 | DC | BC | 14 | 0 | F | E | 87 | 26 | 4E |
| Octal | 261 | 334 | 274 | 24 | 0 | 17 | 16 | 207 | 46 | 116 |
| Binary | 10110001 | 11011100 | 10111100 | 10100 | 0 | 1111 | 1110 | 10000111 | 100110 | 1001110 |
Color Harmonies of #B1DCBC
Complementary color
Monochromatic Colors of #B1DCBC
Black with #B1DCBC
Text Example
Text Example
White with #B1DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCBC; }
p { color: rgb(177,220,188); }
H1.HeaderClassName
{
color: #B1DCBC;
}
.AnyTagClassName
{
color: #B1DCBC;
}
</style>
background-color css
<style>
a { background-color: #B1DCBC; }
a { background-color: rgb(177,220,188); }
div.DivClassName
{
background-color: #B1DCBC;
}
.BgClassName
{
background-color: #B1DCBC;
}
</style>
border-color css
<style>
span { border-color: #B1DCBC; }
span { border-color: rgb(177,220,188); }
td.TdClassName
{
border-color: #B1DCBC;
}
.TagClassName
{
border-color: #B1DCBC;
}
</style>