Shades of Fringy Flower #B9FFBD
Tints of Fringy Flower #B9FFBD
RGB
CMYK
RGB Variations
Color information
#B9FFBD (or 0xB9FFBD) is known color: Fringy Flower. HEX triplet: B9, FF and BD. RGB value is (185,255,189). Sum of RGB (Red+Green+Blue) = 185+255+189=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFBD is #460042. Grayscale: #E2E2E2. Windows color (decimal): -4587587 or 12451769. OLE color: 12451769.
HSL color Cylindrical-coordinate representation of color #B9FFBD: hue angle of 123.43º 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 #B9FFBD is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 189 | - |
| CMYK | 0.27 | 0 | 0.26 | 0 |
| HSL | 123.43º | 1% | 0.86% | - |
| HSV(B) | 123.43º | 0.27% | 1% | - |
| XYZ | 64.95 | 85.51 | 61.23 | - |
| YUV | 226.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 189 | 0.27 | 0 | 0.26 | 0 | 123.43 | 1 | 0.86 |
| Hex | B9 | FF | BD | 1B | 0 | 1A | 0 | 7B | 64 | 56 |
| Octal | 271 | 377 | 275 | 33 | 0 | 32 | 0 | 173 | 144 | 126 |
| Binary | 10111001 | 11111111 | 10111101 | 11011 | 0 | 11010 | 0 | 1111011 | 1100100 | 1010110 |
Color Harmonies of #B9FFBD
Complementary color
Monochromatic Colors of #B9FFBD
Black with #B9FFBD
Text Example
Text Example
White with #B9FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFBD; }
p { color: rgb(185,255,189); }
H1.HeaderClassName
{
color: #B9FFBD;
}
.AnyTagClassName
{
color: #B9FFBD;
}
</style>
background-color css
<style>
a { background-color: #B9FFBD; }
a { background-color: rgb(185,255,189); }
div.DivClassName
{
background-color: #B9FFBD;
}
.BgClassName
{
background-color: #B9FFBD;
}
</style>
border-color css
<style>
span { border-color: #B9FFBD; }
span { border-color: rgb(185,255,189); }
td.TdClassName
{
border-color: #B9FFBD;
}
.TagClassName
{
border-color: #B9FFBD;
}
</style>