Shades of Fringy Flower #B9E2C1
Tints of Fringy Flower #B9E2C1
RGB
CMYK
RGB Variations
Color information
#B9E2C1 (or 0xB9E2C1) is known color: Fringy Flower. HEX triplet: B9, E2 and C1. RGB value is (185,226,193). Sum of RGB (Red+Green+Blue) = 185+226+193=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #B9E2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E2C1 is #461D3E. Grayscale: #D2D2D2. Windows color (decimal): -4595007 or 12706489. OLE color: 12706489.
HSL color Cylindrical-coordinate representation of color #B9E2C1: hue angle of 131.71º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9E2C1 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 226 | 193 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.11 |
| HSL | 131.71º | 0.41% | 0.81% | - |
| HSV(B) | 131.71º | 0.18% | 0.89% | - |
| XYZ | 56.83 | 68.56 | 60.69 | - |
| YUV | 209.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 193 | 0.18 | 0 | 0.15 | 0.11 | 131.71 | 0.41 | 0.81 |
| Hex | B9 | E2 | C1 | 12 | 0 | F | B | 84 | 29 | 51 |
| Octal | 271 | 342 | 301 | 22 | 0 | 17 | 13 | 204 | 51 | 121 |
| Binary | 10111001 | 11100010 | 11000001 | 10010 | 0 | 1111 | 1011 | 10000100 | 101001 | 1010001 |
Color Harmonies of #B9E2C1
Complementary color
Monochromatic Colors of #B9E2C1
Black with #B9E2C1
Text Example
Text Example
White with #B9E2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E2C1; }
p { color: rgb(185,226,193); }
H1.HeaderClassName
{
color: #B9E2C1;
}
.AnyTagClassName
{
color: #B9E2C1;
}
</style>
background-color css
<style>
a { background-color: #B9E2C1; }
a { background-color: rgb(185,226,193); }
div.DivClassName
{
background-color: #B9E2C1;
}
.BgClassName
{
background-color: #B9E2C1;
}
</style>
border-color css
<style>
span { border-color: #B9E2C1; }
span { border-color: rgb(185,226,193); }
td.TdClassName
{
border-color: #B9E2C1;
}
.TagClassName
{
border-color: #B9E2C1;
}
</style>