Shades of Fringy Flower #B9FFC0
Tints of Fringy Flower #B9FFC0
RGB
CMYK
RGB Variations
Color information
#B9FFC0 (or 0xB9FFC0) is known color: Fringy Flower. HEX triplet: B9, FF and C0. RGB value is (185,255,192). Sum of RGB (Red+Green+Blue) = 185+255+192=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFC0 is #46003F. Grayscale: #E3E3E3. Windows color (decimal): -4587584 or 12648377. OLE color: 12648377.
HSL color Cylindrical-coordinate representation of color #B9FFC0: hue angle of 126º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFC0 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 192 | - |
| CMYK | 0.27 | 0 | 0.25 | 0 |
| HSL | 126º | 1% | 0.86% | - |
| HSV(B) | 126º | 0.27% | 1% | - |
| XYZ | 65.28 | 85.64 | 62.96 | - |
| YUV | 226.89 | 108.31 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 192 | 0.27 | 0 | 0.25 | 0 | 126 | 1 | 0.86 |
| Hex | B9 | FF | C0 | 1B | 0 | 19 | 0 | 7E | 64 | 56 |
| Octal | 271 | 377 | 300 | 33 | 0 | 31 | 0 | 176 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11000000 | 11011 | 0 | 11001 | 0 | 1111110 | 1100100 | 1010110 |
Color Harmonies of #B9FFC0
Complementary color
Monochromatic Colors of #B9FFC0
Black with #B9FFC0
Text Example
Text Example
White with #B9FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFC0; }
p { color: rgb(185,255,192); }
H1.HeaderClassName
{
color: #B9FFC0;
}
.AnyTagClassName
{
color: #B9FFC0;
}
</style>
background-color css
<style>
a { background-color: #B9FFC0; }
a { background-color: rgb(185,255,192); }
div.DivClassName
{
background-color: #B9FFC0;
}
.BgClassName
{
background-color: #B9FFC0;
}
</style>
border-color css
<style>
span { border-color: #B9FFC0; }
span { border-color: rgb(185,255,192); }
td.TdClassName
{
border-color: #B9FFC0;
}
.TagClassName
{
border-color: #B9FFC0;
}
</style>