Shades of Fringy Flower #B9DEBF
Tints of Fringy Flower #B9DEBF
RGB
CMYK
RGB Variations
Color information
#B9DEBF (or 0xB9DEBF) is known color: Fringy Flower. HEX triplet: B9, DE and BF. RGB value is (185,222,191). Sum of RGB (Red+Green+Blue) = 185+222+191=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DEBF is #462140. Grayscale: #CFCFCF. Windows color (decimal): -4596033 or 12574393. OLE color: 12574393.
HSL color Cylindrical-coordinate representation of color #B9DEBF: hue angle of 129.73º 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 #B9DEBF is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 222 | 191 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.13 |
| HSL | 129.73º | 0.36% | 0.8% | - |
| HSV(B) | 129.73º | 0.17% | 0.87% | - |
| XYZ | 55.53 | 66.32 | 59.16 | - |
| YUV | 207.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 222 | 191 | 0.17 | 0 | 0.14 | 0.13 | 129.73 | 0.36 | 0.8 |
| Hex | B9 | DE | BF | 11 | 0 | E | D | 82 | 24 | 50 |
| Octal | 271 | 336 | 277 | 21 | 0 | 16 | 15 | 202 | 44 | 120 |
| Binary | 10111001 | 11011110 | 10111111 | 10001 | 0 | 1110 | 1101 | 10000010 | 100100 | 1010000 |
Color Harmonies of #B9DEBF
Complementary color
Monochromatic Colors of #B9DEBF
Black with #B9DEBF
Text Example
Text Example
White with #B9DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DEBF; }
p { color: rgb(185,222,191); }
H1.HeaderClassName
{
color: #B9DEBF;
}
.AnyTagClassName
{
color: #B9DEBF;
}
</style>
background-color css
<style>
a { background-color: #B9DEBF; }
a { background-color: rgb(185,222,191); }
div.DivClassName
{
background-color: #B9DEBF;
}
.BgClassName
{
background-color: #B9DEBF;
}
</style>
border-color css
<style>
span { border-color: #B9DEBF; }
span { border-color: rgb(185,222,191); }
td.TdClassName
{
border-color: #B9DEBF;
}
.TagClassName
{
border-color: #B9DEBF;
}
</style>