Shades of Fringy Flower #B1DFB7
Tints of Fringy Flower #B1DFB7
RGB
CMYK
RGB Variations
Color information
#B1DFB7 (or 0xB1DFB7) is known color: Fringy Flower. HEX triplet: B1, DF and B7. RGB value is (177,223,183). Sum of RGB (Red+Green+Blue) = 177+223+183=583 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.36% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFB7 is #4E2048. Grayscale: #CCCCCC. Windows color (decimal): -5120073 or 12050353. OLE color: 12050353.
HSL color Cylindrical-coordinate representation of color #B1DFB7: hue angle of 127.83º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFB7 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 183 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.13 |
| HSL | 127.83º | 0.42% | 0.78% | - |
| HSV(B) | 127.83º | 0.21% | 0.87% | - |
| XYZ | 53.07 | 65.54 | 54.65 | - |
| YUV | 204.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 183 | 0.21 | 0 | 0.18 | 0.13 | 127.83 | 0.42 | 0.78 |
| Hex | B1 | DF | B7 | 15 | 0 | 12 | D | 80 | 2A | 4E |
| Octal | 261 | 337 | 267 | 25 | 0 | 22 | 15 | 200 | 52 | 116 |
| Binary | 10110001 | 11011111 | 10110111 | 10101 | 0 | 10010 | 1101 | 10000000 | 101010 | 1001110 |
Color Harmonies of #B1DFB7
Complementary color
Monochromatic Colors of #B1DFB7
Black with #B1DFB7
Text Example
Text Example
White with #B1DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFB7; }
p { color: rgb(177,223,183); }
H1.HeaderClassName
{
color: #B1DFB7;
}
.AnyTagClassName
{
color: #B1DFB7;
}
</style>
background-color css
<style>
a { background-color: #B1DFB7; }
a { background-color: rgb(177,223,183); }
div.DivClassName
{
background-color: #B1DFB7;
}
.BgClassName
{
background-color: #B1DFB7;
}
</style>
border-color css
<style>
span { border-color: #B1DFB7; }
span { border-color: rgb(177,223,183); }
td.TdClassName
{
border-color: #B1DFB7;
}
.TagClassName
{
border-color: #B1DFB7;
}
</style>