Shades of Fringy Flower #B1FFC4
Tints of Fringy Flower #B1FFC4
RGB
CMYK
RGB Variations
Color information
#B1FFC4 (or 0xB1FFC4) is known color: Fringy Flower. HEX triplet: B1, FF and C4. RGB value is (177,255,196). Sum of RGB (Red+Green+Blue) = 177+255+196=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFC4 is #4E003B. Grayscale: #E1E1E1. Windows color (decimal): -5111868 or 12910513. OLE color: 12910513.
HSL color Cylindrical-coordinate representation of color #B1FFC4: hue angle of 134.62º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFC4 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 196 | - |
| CMYK | 0.31 | 0 | 0.23 | 0 |
| HSL | 134.62º | 1% | 0.85% | - |
| HSV(B) | 134.62º | 0.31% | 1% | - |
| XYZ | 63.86 | 84.85 | 65.24 | - |
| YUV | 224.95 | 111.66 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 196 | 0.31 | 0 | 0.23 | 0 | 134.62 | 1 | 0.85 |
| Hex | B1 | FF | C4 | 1F | 0 | 17 | 0 | 87 | 64 | 55 |
| Octal | 261 | 377 | 304 | 37 | 0 | 27 | 0 | 207 | 144 | 125 |
| Binary | 10110001 | 11111111 | 11000100 | 11111 | 0 | 10111 | 0 | 10000111 | 1100100 | 1010101 |
Color Harmonies of #B1FFC4
Complementary color
Monochromatic Colors of #B1FFC4
Black with #B1FFC4
Text Example
Text Example
White with #B1FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFC4; }
p { color: rgb(177,255,196); }
H1.HeaderClassName
{
color: #B1FFC4;
}
.AnyTagClassName
{
color: #B1FFC4;
}
</style>
background-color css
<style>
a { background-color: #B1FFC4; }
a { background-color: rgb(177,255,196); }
div.DivClassName
{
background-color: #B1FFC4;
}
.BgClassName
{
background-color: #B1FFC4;
}
</style>
border-color css
<style>
span { border-color: #B1FFC4; }
span { border-color: rgb(177,255,196); }
td.TdClassName
{
border-color: #B1FFC4;
}
.TagClassName
{
border-color: #B1FFC4;
}
</style>