Shades of Fringy Flower #B1DBBC
Tints of Fringy Flower #B1DBBC
RGB
CMYK
RGB Variations
Color information
#B1DBBC (or 0xB1DBBC) is known color: Fringy Flower. HEX triplet: B1, DB and BC. RGB value is (177,219,188). Sum of RGB (Red+Green+Blue) = 177+219+188=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBBC is #4E2443. Grayscale: #CACACA. Windows color (decimal): -5121092 or 12377009. OLE color: 12377009.
HSL color Cylindrical-coordinate representation of color #B1DBBC: hue angle of 135.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 #B1DBBC is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 188 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.14 |
| HSL | 135.71º | 0.37% | 0.78% | - |
| HSV(B) | 135.71º | 0.19% | 0.86% | - |
| XYZ | 52.54 | 63.64 | 57.09 | - |
| YUV | 202.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 188 | 0.19 | 0 | 0.14 | 0.14 | 135.71 | 0.37 | 0.78 |
| Hex | B1 | DB | BC | 13 | 0 | E | E | 88 | 25 | 4E |
| Octal | 261 | 333 | 274 | 23 | 0 | 16 | 16 | 210 | 45 | 116 |
| Binary | 10110001 | 11011011 | 10111100 | 10011 | 0 | 1110 | 1110 | 10001000 | 100101 | 1001110 |
Color Harmonies of #B1DBBC
Complementary color
Monochromatic Colors of #B1DBBC
Black with #B1DBBC
Text Example
Text Example
White with #B1DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBBC; }
p { color: rgb(177,219,188); }
H1.HeaderClassName
{
color: #B1DBBC;
}
.AnyTagClassName
{
color: #B1DBBC;
}
</style>
background-color css
<style>
a { background-color: #B1DBBC; }
a { background-color: rgb(177,219,188); }
div.DivClassName
{
background-color: #B1DBBC;
}
.BgClassName
{
background-color: #B1DBBC;
}
</style>
border-color css
<style>
span { border-color: #B1DBBC; }
span { border-color: rgb(177,219,188); }
td.TdClassName
{
border-color: #B1DBBC;
}
.TagClassName
{
border-color: #B1DBBC;
}
</style>