Shades of Fringy Flower #B9DEBB
Tints of Fringy Flower #B9DEBB
RGB
CMYK
RGB Variations
Color information
#B9DEBB (or 0xB9DEBB) is known color: Fringy Flower. HEX triplet: B9, DE and BB. RGB value is (185,222,187). Sum of RGB (Red+Green+Blue) = 185+222+187=594 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.14% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DEBB is #462144. Grayscale: #CFCFCF. Windows color (decimal): -4596037 or 12312249. OLE color: 12312249.
HSL color Cylindrical-coordinate representation of color #B9DEBB: hue angle of 123.24º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DEBB is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 222 | 187 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.13 |
| HSL | 123.24º | 0.36% | 0.8% | - |
| HSV(B) | 123.24º | 0.17% | 0.87% | - |
| XYZ | 55.1 | 66.14 | 56.88 | - |
| YUV | 206.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 222 | 187 | 0.17 | 0 | 0.16 | 0.13 | 123.24 | 0.36 | 0.8 |
| Hex | B9 | DE | BB | 11 | 0 | 10 | D | 7B | 24 | 50 |
| Octal | 271 | 336 | 273 | 21 | 0 | 20 | 15 | 173 | 44 | 120 |
| Binary | 10111001 | 11011110 | 10111011 | 10001 | 0 | 10000 | 1101 | 1111011 | 100100 | 1010000 |
Color Harmonies of #B9DEBB
Complementary color
Monochromatic Colors of #B9DEBB
Black with #B9DEBB
Text Example
Text Example
White with #B9DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DEBB; }
p { color: rgb(185,222,187); }
H1.HeaderClassName
{
color: #B9DEBB;
}
.AnyTagClassName
{
color: #B9DEBB;
}
</style>
background-color css
<style>
a { background-color: #B9DEBB; }
a { background-color: rgb(185,222,187); }
div.DivClassName
{
background-color: #B9DEBB;
}
.BgClassName
{
background-color: #B9DEBB;
}
</style>
border-color css
<style>
span { border-color: #B9DEBB; }
span { border-color: rgb(185,222,187); }
td.TdClassName
{
border-color: #B9DEBB;
}
.TagClassName
{
border-color: #B9DEBB;
}
</style>