Shades of Fringy Flower #B9DEBD
Tints of Fringy Flower #B9DEBD
RGB
CMYK
RGB Variations
Color information
#B9DEBD (or 0xB9DEBD) is known color: Fringy Flower. HEX triplet: B9, DE and BD. RGB value is (185,222,189). Sum of RGB (Red+Green+Blue) = 185+222+189=596 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.04% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #B9DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DEBD is #462142. Grayscale: #CFCFCF. Windows color (decimal): -4596035 or 12443321. OLE color: 12443321.
HSL color Cylindrical-coordinate representation of color #B9DEBD: hue angle of 126.49º 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 #B9DEBD is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 222 | 189 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.13 |
| HSL | 126.49º | 0.36% | 0.8% | - |
| HSV(B) | 126.49º | 0.17% | 0.87% | - |
| XYZ | 55.31 | 66.23 | 58.01 | - |
| YUV | 207.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 222 | 189 | 0.17 | 0 | 0.15 | 0.13 | 126.49 | 0.36 | 0.8 |
| Hex | B9 | DE | BD | 11 | 0 | F | D | 7E | 24 | 50 |
| Octal | 271 | 336 | 275 | 21 | 0 | 17 | 15 | 176 | 44 | 120 |
| Binary | 10111001 | 11011110 | 10111101 | 10001 | 0 | 1111 | 1101 | 1111110 | 100100 | 1010000 |
Color Harmonies of #B9DEBD
Complementary color
Monochromatic Colors of #B9DEBD
Black with #B9DEBD
Text Example
Text Example
White with #B9DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DEBD; }
p { color: rgb(185,222,189); }
H1.HeaderClassName
{
color: #B9DEBD;
}
.AnyTagClassName
{
color: #B9DEBD;
}
</style>
background-color css
<style>
a { background-color: #B9DEBD; }
a { background-color: rgb(185,222,189); }
div.DivClassName
{
background-color: #B9DEBD;
}
.BgClassName
{
background-color: #B9DEBD;
}
</style>
border-color css
<style>
span { border-color: #B9DEBD; }
span { border-color: rgb(185,222,189); }
td.TdClassName
{
border-color: #B9DEBD;
}
.TagClassName
{
border-color: #B9DEBD;
}
</style>