Shades of Fringy Flower #B9DCBE
Tints of Fringy Flower #B9DCBE
RGB
CMYK
RGB Variations
Color information
#B9DCBE (or 0xB9DCBE) is known color: Fringy Flower. HEX triplet: B9, DC and BE. RGB value is (185,220,190). Sum of RGB (Red+Green+Blue) = 185+220+190=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCBE is #462341. Grayscale: #CECECE. Windows color (decimal): -4596546 or 12508345. OLE color: 12508345.
HSL color Cylindrical-coordinate representation of color #B9DCBE: hue angle of 128.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCBE is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 190 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.14 |
| HSL | 128.57º | 0.33% | 0.79% | - |
| HSV(B) | 128.57º | 0.16% | 0.86% | - |
| XYZ | 54.9 | 65.22 | 58.41 | - |
| YUV | 206.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 190 | 0.16 | 0 | 0.14 | 0.14 | 128.57 | 0.33 | 0.79 |
| Hex | B9 | DC | BE | 10 | 0 | E | E | 81 | 21 | 4F |
| Octal | 271 | 334 | 276 | 20 | 0 | 16 | 16 | 201 | 41 | 117 |
| Binary | 10111001 | 11011100 | 10111110 | 10000 | 0 | 1110 | 1110 | 10000001 | 100001 | 1001111 |
Color Harmonies of #B9DCBE
Complementary color
Monochromatic Colors of #B9DCBE
Black with #B9DCBE
Text Example
Text Example
White with #B9DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCBE; }
p { color: rgb(185,220,190); }
H1.HeaderClassName
{
color: #B9DCBE;
}
.AnyTagClassName
{
color: #B9DCBE;
}
</style>
background-color css
<style>
a { background-color: #B9DCBE; }
a { background-color: rgb(185,220,190); }
div.DivClassName
{
background-color: #B9DCBE;
}
.BgClassName
{
background-color: #B9DCBE;
}
</style>
border-color css
<style>
span { border-color: #B9DCBE; }
span { border-color: rgb(185,220,190); }
td.TdClassName
{
border-color: #B9DCBE;
}
.TagClassName
{
border-color: #B9DCBE;
}
</style>