Shades of Fringy Flower #B9DDBD
Tints of Fringy Flower #B9DDBD
RGB
CMYK
RGB Variations
Color information
#B9DDBD (or 0xB9DDBD) is known color: Fringy Flower. HEX triplet: B9, DD and BD. RGB value is (185,221,189). Sum of RGB (Red+Green+Blue) = 185+221+189=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDBD is #462242. Grayscale: #CECECE. Windows color (decimal): -4596291 or 12443065. OLE color: 12443065.
HSL color Cylindrical-coordinate representation of color #B9DDBD: hue angle of 126.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DDBD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 185 | 221 | 189 | - |
CMYK | 0.16 | 0 | 0.14 | 0.13 |
HSL | 126.67º | 0.35% | 0.8% | - |
HSV(B) | 126.67º | 0.16% | 0.87% | - |
XYZ | 55.05 | 65.7 | 57.92 | - |
YUV | 206.59 | 118.07 | 112.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 221 | 189 | 0.16 | 0 | 0.14 | 0.13 | 126.67 | 0.35 | 0.8 |
Hex | B9 | DD | BD | 10 | 0 | E | D | 7F | 23 | 50 |
Octal | 271 | 335 | 275 | 20 | 0 | 16 | 15 | 177 | 43 | 120 |
Binary | 10111001 | 11011101 | 10111101 | 10000 | 0 | 1110 | 1101 | 1111111 | 100011 | 1010000 |
Color Harmonies of #B9DDBD
Complementary color
Monochromatic Colors of #B9DDBD
Black with #B9DDBD
Text Example
Text Example
White with #B9DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDBD; }
p { color: rgb(185,221,189); }
H1.HeaderClassName
{
color: #B9DDBD;
}
.AnyTagClassName
{
color: #B9DDBD;
}
</style>
background-color css
<style>
a { background-color: #B9DDBD; }
a { background-color: rgb(185,221,189); }
div.DivClassName
{
background-color: #B9DDBD;
}
.BgClassName
{
background-color: #B9DDBD;
}
</style>
border-color css
<style>
span { border-color: #B9DDBD; }
span { border-color: rgb(185,221,189); }
td.TdClassName
{
border-color: #B9DDBD;
}
.TagClassName
{
border-color: #B9DDBD;
}
</style>