Shades of Fringy Flower #B5E8C1
Tints of Fringy Flower #B5E8C1
RGB
CMYK
RGB Variations
Color information
#B5E8C1 (or 0xB5E8C1) is known color: Fringy Flower. HEX triplet: B5, E8 and C1. RGB value is (181,232,193). Sum of RGB (Red+Green+Blue) = 181+232+193=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8C1 is #4A173E. Grayscale: #D4D4D4. Windows color (decimal): -4855615 or 12708021. OLE color: 12708021.
HSL color Cylindrical-coordinate representation of color #B5E8C1: hue angle of 134.12º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E8C1 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 193 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.09 |
| HSL | 134.12º | 0.53% | 0.81% | - |
| HSV(B) | 134.12º | 0.22% | 0.91% | - |
| XYZ | 57.54 | 71.39 | 61.2 | - |
| YUV | 212.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 193 | 0.22 | 0 | 0.17 | 0.09 | 134.12 | 0.53 | 0.81 |
| Hex | B5 | E8 | C1 | 16 | 0 | 11 | 9 | 86 | 35 | 51 |
| Octal | 265 | 350 | 301 | 26 | 0 | 21 | 11 | 206 | 65 | 121 |
| Binary | 10110101 | 11101000 | 11000001 | 10110 | 0 | 10001 | 1001 | 10000110 | 110101 | 1010001 |
Color Harmonies of #B5E8C1
Complementary color
Monochromatic Colors of #B5E8C1
Black with #B5E8C1
Text Example
Text Example
White with #B5E8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8C1; }
p { color: rgb(181,232,193); }
H1.HeaderClassName
{
color: #B5E8C1;
}
.AnyTagClassName
{
color: #B5E8C1;
}
</style>
background-color css
<style>
a { background-color: #B5E8C1; }
a { background-color: rgb(181,232,193); }
div.DivClassName
{
background-color: #B5E8C1;
}
.BgClassName
{
background-color: #B5E8C1;
}
</style>
border-color css
<style>
span { border-color: #B5E8C1; }
span { border-color: rgb(181,232,193); }
td.TdClassName
{
border-color: #B5E8C1;
}
.TagClassName
{
border-color: #B5E8C1;
}
</style>