Shades of Fringy Flower #B1F6BD
Tints of Fringy Flower #B1F6BD
RGB
CMYK
RGB Variations
Color information
#B1F6BD (or 0xB1F6BD) is known color: Fringy Flower. HEX triplet: B1, F6 and BD. RGB value is (177,246,189). Sum of RGB (Red+Green+Blue) = 177+246+189=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F6BD is #4E0942. Grayscale: #DBDBDB. Windows color (decimal): -5114179 or 12449457. OLE color: 12449457.
HSL color Cylindrical-coordinate representation of color #B1F6BD: hue angle of 130.43º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F6BD is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 246 | 189 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.04 |
| HSL | 130.43º | 0.79% | 0.83% | - |
| HSV(B) | 130.43º | 0.28% | 0.96% | - |
| XYZ | 60.27 | 78.93 | 60.2 | - |
| YUV | 218.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 246 | 189 | 0.28 | 0 | 0.23 | 0.04 | 130.43 | 0.79 | 0.83 |
| Hex | B1 | F6 | BD | 1C | 0 | 17 | 4 | 82 | 4F | 53 |
| Octal | 261 | 366 | 275 | 34 | 0 | 27 | 4 | 202 | 117 | 123 |
| Binary | 10110001 | 11110110 | 10111101 | 11100 | 0 | 10111 | 100 | 10000010 | 1001111 | 1010011 |
Color Harmonies of #B1F6BD
Complementary color
Monochromatic Colors of #B1F6BD
Black with #B1F6BD
Text Example
Text Example
White with #B1F6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F6BD; }
p { color: rgb(177,246,189); }
H1.HeaderClassName
{
color: #B1F6BD;
}
.AnyTagClassName
{
color: #B1F6BD;
}
</style>
background-color css
<style>
a { background-color: #B1F6BD; }
a { background-color: rgb(177,246,189); }
div.DivClassName
{
background-color: #B1F6BD;
}
.BgClassName
{
background-color: #B1F6BD;
}
</style>
border-color css
<style>
span { border-color: #B1F6BD; }
span { border-color: rgb(177,246,189); }
td.TdClassName
{
border-color: #B1F6BD;
}
.TagClassName
{
border-color: #B1F6BD;
}
</style>