Shades of Fringy Flower #B9E0BD
Tints of Fringy Flower #B9E0BD
RGB
CMYK
RGB Variations
Color information
#B9E0BD (or 0xB9E0BD) is known color: Fringy Flower. HEX triplet: B9, E0 and BD. RGB value is (185,224,189). Sum of RGB (Red+Green+Blue) = 185+224+189=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0BD is #461F42. Grayscale: #D0D0D0. Windows color (decimal): -4595523 or 12443833. OLE color: 12443833.
HSL color Cylindrical-coordinate representation of color #B9E0BD: hue angle of 126.15º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9E0BD is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 189 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.12 |
| HSL | 126.15º | 0.39% | 0.8% | - |
| HSV(B) | 126.15º | 0.17% | 0.88% | - |
| XYZ | 55.85 | 67.3 | 58.19 | - |
| YUV | 208.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 189 | 0.17 | 0 | 0.16 | 0.12 | 126.15 | 0.39 | 0.8 |
| Hex | B9 | E0 | BD | 11 | 0 | 10 | C | 7E | 27 | 50 |
| Octal | 271 | 340 | 275 | 21 | 0 | 20 | 14 | 176 | 47 | 120 |
| Binary | 10111001 | 11100000 | 10111101 | 10001 | 0 | 10000 | 1100 | 1111110 | 100111 | 1010000 |
Color Harmonies of #B9E0BD
Complementary color
Monochromatic Colors of #B9E0BD
Black with #B9E0BD
Text Example
Text Example
White with #B9E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E0BD; }
p { color: rgb(185,224,189); }
H1.HeaderClassName
{
color: #B9E0BD;
}
.AnyTagClassName
{
color: #B9E0BD;
}
</style>
background-color css
<style>
a { background-color: #B9E0BD; }
a { background-color: rgb(185,224,189); }
div.DivClassName
{
background-color: #B9E0BD;
}
.BgClassName
{
background-color: #B9E0BD;
}
</style>
border-color css
<style>
span { border-color: #B9E0BD; }
span { border-color: rgb(185,224,189); }
td.TdClassName
{
border-color: #B9E0BD;
}
.TagClassName
{
border-color: #B9E0BD;
}
</style>