Shades of Fringy Flower #B5D9BD
Tints of Fringy Flower #B5D9BD
RGB
CMYK
RGB Variations
Color information
#B5D9BD (or 0xB5D9BD) is known color: Fringy Flower. HEX triplet: B5, D9 and BD. RGB value is (181,217,189). Sum of RGB (Red+Green+Blue) = 181+217+189=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5D9BD is #4A2642. Grayscale: #CBCBCB. Windows color (decimal): -4859459 or 12442037. OLE color: 12442037.
HSL color Cylindrical-coordinate representation of color #B5D9BD: hue angle of 133.33º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5D9BD is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 189 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.15 |
| HSL | 133.33º | 0.32% | 0.78% | - |
| HSV(B) | 133.33º | 0.17% | 0.85% | - |
| XYZ | 53.05 | 63.12 | 57.53 | - |
| YUV | 203.04 | 120.07 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 189 | 0.17 | 0 | 0.13 | 0.15 | 133.33 | 0.32 | 0.78 |
| Hex | B5 | D9 | BD | 11 | 0 | D | F | 85 | 20 | 4E |
| Octal | 265 | 331 | 275 | 21 | 0 | 15 | 17 | 205 | 40 | 116 |
| Binary | 10110101 | 11011001 | 10111101 | 10001 | 0 | 1101 | 1111 | 10000101 | 100000 | 1001110 |
Color Harmonies of #B5D9BD
Complementary color
Monochromatic Colors of #B5D9BD
Black with #B5D9BD
Text Example
Text Example
White with #B5D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D9BD; }
p { color: rgb(181,217,189); }
H1.HeaderClassName
{
color: #B5D9BD;
}
.AnyTagClassName
{
color: #B5D9BD;
}
</style>
background-color css
<style>
a { background-color: #B5D9BD; }
a { background-color: rgb(181,217,189); }
div.DivClassName
{
background-color: #B5D9BD;
}
.BgClassName
{
background-color: #B5D9BD;
}
</style>
border-color css
<style>
span { border-color: #B5D9BD; }
span { border-color: rgb(181,217,189); }
td.TdClassName
{
border-color: #B5D9BD;
}
.TagClassName
{
border-color: #B5D9BD;
}
</style>