Shades of Fringy Flower #B9E0C3
Tints of Fringy Flower #B9E0C3
RGB
CMYK
RGB Variations
Color information
#B9E0C3 (or 0xB9E0C3) is known color: Fringy Flower. HEX triplet: B9, E0 and C3. RGB value is (185,224,195). Sum of RGB (Red+Green+Blue) = 185+224+195=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0C3 is #461F3C. Grayscale: #D1D1D1. Windows color (decimal): -4595517 or 12837049. OLE color: 12837049.
HSL color Cylindrical-coordinate representation of color #B9E0C3: hue angle of 135.38º 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 #B9E0C3 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 195 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.12 |
| HSL | 135.38º | 0.39% | 0.8% | - |
| HSV(B) | 135.38º | 0.17% | 0.88% | - |
| XYZ | 56.51 | 67.57 | 61.69 | - |
| YUV | 209.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 195 | 0.17 | 0 | 0.13 | 0.12 | 135.38 | 0.39 | 0.8 |
| Hex | B9 | E0 | C3 | 11 | 0 | D | C | 87 | 27 | 50 |
| Octal | 271 | 340 | 303 | 21 | 0 | 15 | 14 | 207 | 47 | 120 |
| Binary | 10111001 | 11100000 | 11000011 | 10001 | 0 | 1101 | 1100 | 10000111 | 100111 | 1010000 |
Color Harmonies of #B9E0C3
Complementary color
Monochromatic Colors of #B9E0C3
Black with #B9E0C3
Text Example
Text Example
White with #B9E0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E0C3; }
p { color: rgb(185,224,195); }
H1.HeaderClassName
{
color: #B9E0C3;
}
.AnyTagClassName
{
color: #B9E0C3;
}
</style>
background-color css
<style>
a { background-color: #B9E0C3; }
a { background-color: rgb(185,224,195); }
div.DivClassName
{
background-color: #B9E0C3;
}
.BgClassName
{
background-color: #B9E0C3;
}
</style>
border-color css
<style>
span { border-color: #B9E0C3; }
span { border-color: rgb(185,224,195); }
td.TdClassName
{
border-color: #B9E0C3;
}
.TagClassName
{
border-color: #B9E0C3;
}
</style>