Shades of Fringy Flower #B1FDC3
Tints of Fringy Flower #B1FDC3
RGB
CMYK
RGB Variations
Color information
#B1FDC3 (or 0xB1FDC3) is known color: Fringy Flower. HEX triplet: B1, FD and C3. RGB value is (177,253,195). Sum of RGB (Red+Green+Blue) = 177+253+195=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDC3 is #4E023C. Grayscale: #DFDFDF. Windows color (decimal): -5112381 or 12844465. OLE color: 12844465.
HSL color Cylindrical-coordinate representation of color #B1FDC3: hue angle of 134.21º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FDC3 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 253 | 195 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.01 |
| HSL | 134.21º | 0.95% | 0.84% | - |
| HSV(B) | 134.21º | 0.3% | 0.99% | - |
| XYZ | 63.11 | 83.54 | 64.43 | - |
| YUV | 223.66 | 111.82 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 253 | 195 | 0.30 | 0 | 0.23 | 0.01 | 134.21 | 0.95 | 0.84 |
| Hex | B1 | FD | C3 | 1E | 0 | 17 | 1 | 86 | 5F | 54 |
| Octal | 261 | 375 | 303 | 36 | 0 | 27 | 1 | 206 | 137 | 124 |
| Binary | 10110001 | 11111101 | 11000011 | 11110 | 0 | 10111 | 1 | 10000110 | 1011111 | 1010100 |
Color Harmonies of #B1FDC3
Complementary color
Monochromatic Colors of #B1FDC3
Black with #B1FDC3
Text Example
Text Example
White with #B1FDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FDC3; }
p { color: rgb(177,253,195); }
H1.HeaderClassName
{
color: #B1FDC3;
}
.AnyTagClassName
{
color: #B1FDC3;
}
</style>
background-color css
<style>
a { background-color: #B1FDC3; }
a { background-color: rgb(177,253,195); }
div.DivClassName
{
background-color: #B1FDC3;
}
.BgClassName
{
background-color: #B1FDC3;
}
</style>
border-color css
<style>
span { border-color: #B1FDC3; }
span { border-color: rgb(177,253,195); }
td.TdClassName
{
border-color: #B1FDC3;
}
.TagClassName
{
border-color: #B1FDC3;
}
</style>