Shades of Fringy Flower #B1DBB5
Tints of Fringy Flower #B1DBB5
RGB
CMYK
RGB Variations
Color information
#B1DBB5 (or 0xB1DBB5) is known color: Fringy Flower. HEX triplet: B1, DB and B5. RGB value is (177,219,181). Sum of RGB (Red+Green+Blue) = 177+219+181=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBB5 is #4E244A. Grayscale: #CACACA. Windows color (decimal): -5121099 or 11918257. OLE color: 11918257.
HSL color Cylindrical-coordinate representation of color #B1DBB5: hue angle of 125.71º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1DBB5 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 181 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.14 |
| HSL | 125.71º | 0.37% | 0.78% | - |
| HSV(B) | 125.71º | 0.19% | 0.86% | - |
| XYZ | 51.8 | 63.35 | 53.21 | - |
| YUV | 202.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 181 | 0.19 | 0 | 0.17 | 0.14 | 125.71 | 0.37 | 0.78 |
| Hex | B1 | DB | B5 | 13 | 0 | 11 | E | 7E | 25 | 4E |
| Octal | 261 | 333 | 265 | 23 | 0 | 21 | 16 | 176 | 45 | 116 |
| Binary | 10110001 | 11011011 | 10110101 | 10011 | 0 | 10001 | 1110 | 1111110 | 100101 | 1001110 |
Color Harmonies of #B1DBB5
Complementary color
Monochromatic Colors of #B1DBB5
Black with #B1DBB5
Text Example
Text Example
White with #B1DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBB5; }
p { color: rgb(177,219,181); }
H1.HeaderClassName
{
color: #B1DBB5;
}
.AnyTagClassName
{
color: #B1DBB5;
}
</style>
background-color css
<style>
a { background-color: #B1DBB5; }
a { background-color: rgb(177,219,181); }
div.DivClassName
{
background-color: #B1DBB5;
}
.BgClassName
{
background-color: #B1DBB5;
}
</style>
border-color css
<style>
span { border-color: #B1DBB5; }
span { border-color: rgb(177,219,181); }
td.TdClassName
{
border-color: #B1DBB5;
}
.TagClassName
{
border-color: #B1DBB5;
}
</style>