Shades of Fringy Flower #B9F2BD
Tints of Fringy Flower #B9F2BD
RGB
CMYK
RGB Variations
Color information
#B9F2BD (or 0xB9F2BD) is known color: Fringy Flower. HEX triplet: B9, F2 and BD. RGB value is (185,242,189). Sum of RGB (Red+Green+Blue) = 185+242+189=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2BD is #460D42. Grayscale: #DBDBDB. Windows color (decimal): -4590915 or 12448441. OLE color: 12448441.
HSL color Cylindrical-coordinate representation of color #B9F2BD: hue angle of 124.21º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F2BD is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 189 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.05 |
| HSL | 124.21º | 0.69% | 0.84% | - |
| HSV(B) | 124.21º | 0.24% | 0.95% | - |
| XYZ | 60.95 | 77.49 | 59.89 | - |
| YUV | 218.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 189 | 0.24 | 0 | 0.22 | 0.05 | 124.21 | 0.69 | 0.84 |
| Hex | B9 | F2 | BD | 18 | 0 | 16 | 5 | 7C | 45 | 54 |
| Octal | 271 | 362 | 275 | 30 | 0 | 26 | 5 | 174 | 105 | 124 |
| Binary | 10111001 | 11110010 | 10111101 | 11000 | 0 | 10110 | 101 | 1111100 | 1000101 | 1010100 |
Color Harmonies of #B9F2BD
Complementary color
Monochromatic Colors of #B9F2BD
Black with #B9F2BD
Text Example
Text Example
White with #B9F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F2BD; }
p { color: rgb(185,242,189); }
H1.HeaderClassName
{
color: #B9F2BD;
}
.AnyTagClassName
{
color: #B9F2BD;
}
</style>
background-color css
<style>
a { background-color: #B9F2BD; }
a { background-color: rgb(185,242,189); }
div.DivClassName
{
background-color: #B9F2BD;
}
.BgClassName
{
background-color: #B9F2BD;
}
</style>
border-color css
<style>
span { border-color: #B9F2BD; }
span { border-color: rgb(185,242,189); }
td.TdClassName
{
border-color: #B9F2BD;
}
.TagClassName
{
border-color: #B9F2BD;
}
</style>