Shades of Fringy Flower #B5FBC1
Tints of Fringy Flower #B5FBC1
RGB
CMYK
RGB Variations
Color information
#B5FBC1 (or 0xB5FBC1) is known color: Fringy Flower. HEX triplet: B5, FB and C1. RGB value is (181,251,193). Sum of RGB (Red+Green+Blue) = 181+251+193=625 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.96% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FBC1 is #4A043E. Grayscale: #DFDFDF. Windows color (decimal): -4850751 or 12712885. OLE color: 12712885.
HSL color Cylindrical-coordinate representation of color #B5FBC1: hue angle of 130.29º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FBC1 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 251 | 193 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.02 |
| HSL | 130.29º | 0.9% | 0.85% | - |
| HSV(B) | 130.29º | 0.28% | 0.98% | - |
| XYZ | 63.18 | 82.67 | 63.08 | - |
| YUV | 223.46 | 110.81 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 251 | 193 | 0.28 | 0 | 0.23 | 0.02 | 130.29 | 0.9 | 0.85 |
| Hex | B5 | FB | C1 | 1C | 0 | 17 | 2 | 82 | 5A | 55 |
| Octal | 265 | 373 | 301 | 34 | 0 | 27 | 2 | 202 | 132 | 125 |
| Binary | 10110101 | 11111011 | 11000001 | 11100 | 0 | 10111 | 10 | 10000010 | 1011010 | 1010101 |
Color Harmonies of #B5FBC1
Complementary color
Monochromatic Colors of #B5FBC1
Black with #B5FBC1
Text Example
Text Example
White with #B5FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FBC1; }
p { color: rgb(181,251,193); }
H1.HeaderClassName
{
color: #B5FBC1;
}
.AnyTagClassName
{
color: #B5FBC1;
}
</style>
background-color css
<style>
a { background-color: #B5FBC1; }
a { background-color: rgb(181,251,193); }
div.DivClassName
{
background-color: #B5FBC1;
}
.BgClassName
{
background-color: #B5FBC1;
}
</style>
border-color css
<style>
span { border-color: #B5FBC1; }
span { border-color: rgb(181,251,193); }
td.TdClassName
{
border-color: #B5FBC1;
}
.TagClassName
{
border-color: #B5FBC1;
}
</style>