Shades of Fringy Flower #B1DEBD
Tints of Fringy Flower #B1DEBD
RGB
CMYK
RGB Variations
Color information
#B1DEBD (or 0xB1DEBD) is known color: Fringy Flower. HEX triplet: B1, DE and BD. RGB value is (177,222,189). Sum of RGB (Red+Green+Blue) = 177+222+189=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DEBD is #4E2142. Grayscale: #CCCCCC. Windows color (decimal): -5120323 or 12443313. OLE color: 12443313.
HSL color Cylindrical-coordinate representation of color #B1DEBD: hue angle of 136º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DEBD is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 189 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.13 |
| HSL | 136º | 0.41% | 0.78% | - |
| HSV(B) | 136º | 0.2% | 0.87% | - |
| XYZ | 53.44 | 65.26 | 57.92 | - |
| YUV | 204.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 189 | 0.20 | 0 | 0.15 | 0.13 | 136 | 0.41 | 0.78 |
| Hex | B1 | DE | BD | 14 | 0 | F | D | 88 | 29 | 4E |
| Octal | 261 | 336 | 275 | 24 | 0 | 17 | 15 | 210 | 51 | 116 |
| Binary | 10110001 | 11011110 | 10111101 | 10100 | 0 | 1111 | 1101 | 10001000 | 101001 | 1001110 |
Color Harmonies of #B1DEBD
Complementary color
Monochromatic Colors of #B1DEBD
Black with #B1DEBD
Text Example
Text Example
White with #B1DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DEBD; }
p { color: rgb(177,222,189); }
H1.HeaderClassName
{
color: #B1DEBD;
}
.AnyTagClassName
{
color: #B1DEBD;
}
</style>
background-color css
<style>
a { background-color: #B1DEBD; }
a { background-color: rgb(177,222,189); }
div.DivClassName
{
background-color: #B1DEBD;
}
.BgClassName
{
background-color: #B1DEBD;
}
</style>
border-color css
<style>
span { border-color: #B1DEBD; }
span { border-color: rgb(177,222,189); }
td.TdClassName
{
border-color: #B1DEBD;
}
.TagClassName
{
border-color: #B1DEBD;
}
</style>