Shades of Fringy Flower #B9E0C0
Tints of Fringy Flower #B9E0C0
RGB
CMYK
RGB Variations
Color information
#B9E0C0 (or 0xB9E0C0) is known color: Fringy Flower. HEX triplet: B9, E0 and C0. RGB value is (185,224,192). Sum of RGB (Red+Green+Blue) = 185+224+192=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0C0 is #461F3F. Grayscale: #D0D0D0. Windows color (decimal): -4595520 or 12640441. OLE color: 12640441.
HSL color Cylindrical-coordinate representation of color #B9E0C0: hue angle of 130.77º 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 #B9E0C0 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 192 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.12 |
| HSL | 130.77º | 0.39% | 0.8% | - |
| HSV(B) | 130.77º | 0.17% | 0.88% | - |
| XYZ | 56.18 | 67.43 | 59.92 | - |
| YUV | 208.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 192 | 0.17 | 0 | 0.14 | 0.12 | 130.77 | 0.39 | 0.8 |
| Hex | B9 | E0 | C0 | 11 | 0 | E | C | 83 | 27 | 50 |
| Octal | 271 | 340 | 300 | 21 | 0 | 16 | 14 | 203 | 47 | 120 |
| Binary | 10111001 | 11100000 | 11000000 | 10001 | 0 | 1110 | 1100 | 10000011 | 100111 | 1010000 |
Color Harmonies of #B9E0C0
Complementary color
Monochromatic Colors of #B9E0C0
Black with #B9E0C0
Text Example
Text Example
White with #B9E0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E0C0; }
p { color: rgb(185,224,192); }
H1.HeaderClassName
{
color: #B9E0C0;
}
.AnyTagClassName
{
color: #B9E0C0;
}
</style>
background-color css
<style>
a { background-color: #B9E0C0; }
a { background-color: rgb(185,224,192); }
div.DivClassName
{
background-color: #B9E0C0;
}
.BgClassName
{
background-color: #B9E0C0;
}
</style>
border-color css
<style>
span { border-color: #B9E0C0; }
span { border-color: rgb(185,224,192); }
td.TdClassName
{
border-color: #B9E0C0;
}
.TagClassName
{
border-color: #B9E0C0;
}
</style>