Shades of Fringy Flower #B9FABC
Tints of Fringy Flower #B9FABC
RGB
CMYK
RGB Variations
Color information
#B9FABC (or 0xB9FABC) is known color: Fringy Flower. HEX triplet: B9, FA and BC. RGB value is (185,250,188). Sum of RGB (Red+Green+Blue) = 185+250+188=623 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.70% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FABC is #460543. Grayscale: #DFDFDF. Windows color (decimal): -4588868 or 12384953. OLE color: 12384953.
HSL color Cylindrical-coordinate representation of color #B9FABC: hue angle of 122.77º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FABC is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 188 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.02 |
| HSL | 122.77º | 0.87% | 0.85% | - |
| HSV(B) | 122.77º | 0.26% | 0.98% | - |
| XYZ | 63.27 | 82.32 | 60.13 | - |
| YUV | 223.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 188 | 0.26 | 0 | 0.25 | 0.02 | 122.77 | 0.87 | 0.85 |
| Hex | B9 | FA | BC | 1A | 0 | 19 | 2 | 7B | 57 | 55 |
| Octal | 271 | 372 | 274 | 32 | 0 | 31 | 2 | 173 | 127 | 125 |
| Binary | 10111001 | 11111010 | 10111100 | 11010 | 0 | 11001 | 10 | 1111011 | 1010111 | 1010101 |
Color Harmonies of #B9FABC
Complementary color
Monochromatic Colors of #B9FABC
Black with #B9FABC
Text Example
Text Example
White with #B9FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FABC; }
p { color: rgb(185,250,188); }
H1.HeaderClassName
{
color: #B9FABC;
}
.AnyTagClassName
{
color: #B9FABC;
}
</style>
background-color css
<style>
a { background-color: #B9FABC; }
a { background-color: rgb(185,250,188); }
div.DivClassName
{
background-color: #B9FABC;
}
.BgClassName
{
background-color: #B9FABC;
}
</style>
border-color css
<style>
span { border-color: #B9FABC; }
span { border-color: rgb(185,250,188); }
td.TdClassName
{
border-color: #B9FABC;
}
.TagClassName
{
border-color: #B9FABC;
}
</style>