Shades of Fringy Flower #B1DCB8
Tints of Fringy Flower #B1DCB8
RGB
CMYK
RGB Variations
Color information
#B1DCB8 (or 0xB1DCB8) is known color: Fringy Flower. HEX triplet: B1, DC and B8. RGB value is (177,220,184). Sum of RGB (Red+Green+Blue) = 177+220+184=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCB8 is #4E2347. Grayscale: #CBCBCB. Windows color (decimal): -5120840 or 12115121. OLE color: 12115121.
HSL color Cylindrical-coordinate representation of color #B1DCB8: hue angle of 129.77º 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 #B1DCB8 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 184 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.14 |
| HSL | 129.77º | 0.38% | 0.78% | - |
| HSV(B) | 129.77º | 0.2% | 0.86% | - |
| XYZ | 52.38 | 63.99 | 54.94 | - |
| YUV | 203.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 184 | 0.20 | 0 | 0.16 | 0.14 | 129.77 | 0.38 | 0.78 |
| Hex | B1 | DC | B8 | 14 | 0 | 10 | E | 82 | 26 | 4E |
| Octal | 261 | 334 | 270 | 24 | 0 | 20 | 16 | 202 | 46 | 116 |
| Binary | 10110001 | 11011100 | 10111000 | 10100 | 0 | 10000 | 1110 | 10000010 | 100110 | 1001110 |
Color Harmonies of #B1DCB8
Complementary color
Monochromatic Colors of #B1DCB8
Black with #B1DCB8
Text Example
Text Example
White with #B1DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCB8; }
p { color: rgb(177,220,184); }
H1.HeaderClassName
{
color: #B1DCB8;
}
.AnyTagClassName
{
color: #B1DCB8;
}
</style>
background-color css
<style>
a { background-color: #B1DCB8; }
a { background-color: rgb(177,220,184); }
div.DivClassName
{
background-color: #B1DCB8;
}
.BgClassName
{
background-color: #B1DCB8;
}
</style>
border-color css
<style>
span { border-color: #B1DCB8; }
span { border-color: rgb(177,220,184); }
td.TdClassName
{
border-color: #B1DCB8;
}
.TagClassName
{
border-color: #B1DCB8;
}
</style>