Shades of Fringy Flower #B1DCBD
Tints of Fringy Flower #B1DCBD
RGB
CMYK
RGB Variations
Color information
#B1DCBD (or 0xB1DCBD) is known color: Fringy Flower. HEX triplet: B1, DC and BD. RGB value is (177,220,189). Sum of RGB (Red+Green+Blue) = 177+220+189=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCBD is #4E2342. Grayscale: #CBCBCB. Windows color (decimal): -5120835 or 12442801. OLE color: 12442801.
HSL color Cylindrical-coordinate representation of color #B1DCBD: hue angle of 136.74º 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 #B1DCBD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 189 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.14 |
| HSL | 136.74º | 0.38% | 0.78% | - |
| HSV(B) | 136.74º | 0.2% | 0.86% | - |
| XYZ | 52.91 | 64.21 | 57.75 | - |
| YUV | 203.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 189 | 0.20 | 0 | 0.14 | 0.14 | 136.74 | 0.38 | 0.78 |
| Hex | B1 | DC | BD | 14 | 0 | E | E | 89 | 26 | 4E |
| Octal | 261 | 334 | 275 | 24 | 0 | 16 | 16 | 211 | 46 | 116 |
| Binary | 10110001 | 11011100 | 10111101 | 10100 | 0 | 1110 | 1110 | 10001001 | 100110 | 1001110 |
Color Harmonies of #B1DCBD
Complementary color
Monochromatic Colors of #B1DCBD
Black with #B1DCBD
Text Example
Text Example
White with #B1DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCBD; }
p { color: rgb(177,220,189); }
H1.HeaderClassName
{
color: #B1DCBD;
}
.AnyTagClassName
{
color: #B1DCBD;
}
</style>
background-color css
<style>
a { background-color: #B1DCBD; }
a { background-color: rgb(177,220,189); }
div.DivClassName
{
background-color: #B1DCBD;
}
.BgClassName
{
background-color: #B1DCBD;
}
</style>
border-color css
<style>
span { border-color: #B1DCBD; }
span { border-color: rgb(177,220,189); }
td.TdClassName
{
border-color: #B1DCBD;
}
.TagClassName
{
border-color: #B1DCBD;
}
</style>