Shades of Fringy Flower #B5F8C1
Tints of Fringy Flower #B5F8C1
RGB
CMYK
RGB Variations
Color information
#B5F8C1 (or 0xB5F8C1) is known color: Fringy Flower. HEX triplet: B5, F8 and C1. RGB value is (181,248,193). Sum of RGB (Red+Green+Blue) = 181+248+193=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F8C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F8C1 is #4A073E. Grayscale: #DDDDDD. Windows color (decimal): -4851519 or 12712117. OLE color: 12712117.
HSL color Cylindrical-coordinate representation of color #B5F8C1: hue angle of 130.75º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F8C1 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 248 | 193 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.03 |
| HSL | 130.75º | 0.83% | 0.84% | - |
| HSV(B) | 130.75º | 0.27% | 0.97% | - |
| XYZ | 62.25 | 80.81 | 62.77 | - |
| YUV | 221.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 248 | 193 | 0.27 | 0 | 0.22 | 0.03 | 130.75 | 0.83 | 0.84 |
| Hex | B5 | F8 | C1 | 1B | 0 | 16 | 3 | 83 | 53 | 54 |
| Octal | 265 | 370 | 301 | 33 | 0 | 26 | 3 | 203 | 123 | 124 |
| Binary | 10110101 | 11111000 | 11000001 | 11011 | 0 | 10110 | 11 | 10000011 | 1010011 | 1010100 |
Color Harmonies of #B5F8C1
Complementary color
Monochromatic Colors of #B5F8C1
Black with #B5F8C1
Text Example
Text Example
White with #B5F8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F8C1; }
p { color: rgb(181,248,193); }
H1.HeaderClassName
{
color: #B5F8C1;
}
.AnyTagClassName
{
color: #B5F8C1;
}
</style>
background-color css
<style>
a { background-color: #B5F8C1; }
a { background-color: rgb(181,248,193); }
div.DivClassName
{
background-color: #B5F8C1;
}
.BgClassName
{
background-color: #B5F8C1;
}
</style>
border-color css
<style>
span { border-color: #B5F8C1; }
span { border-color: rgb(181,248,193); }
td.TdClassName
{
border-color: #B5F8C1;
}
.TagClassName
{
border-color: #B5F8C1;
}
</style>