Shades of Fringy Flower #B5E7C1
Tints of Fringy Flower #B5E7C1
RGB
CMYK
RGB Variations
Color information
#B5E7C1 (or 0xB5E7C1) is known color: Fringy Flower. HEX triplet: B5, E7 and C1. RGB value is (181,231,193). Sum of RGB (Red+Green+Blue) = 181+231+193=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7C1 is #4A183E. Grayscale: #D3D3D3. Windows color (decimal): -4855871 or 12707765. OLE color: 12707765.
HSL color Cylindrical-coordinate representation of color #B5E7C1: hue angle of 134.4º degrees, saturation: 0.51, 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 #B5E7C1 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 231 | 193 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.09 |
| HSL | 134.4º | 0.51% | 0.81% | - |
| HSV(B) | 134.4º | 0.22% | 0.91% | - |
| XYZ | 57.26 | 70.83 | 61.11 | - |
| YUV | 211.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 231 | 193 | 0.22 | 0 | 0.16 | 0.09 | 134.4 | 0.51 | 0.81 |
| Hex | B5 | E7 | C1 | 16 | 0 | 10 | 9 | 86 | 33 | 51 |
| Octal | 265 | 347 | 301 | 26 | 0 | 20 | 11 | 206 | 63 | 121 |
| Binary | 10110101 | 11100111 | 11000001 | 10110 | 0 | 10000 | 1001 | 10000110 | 110011 | 1010001 |
Color Harmonies of #B5E7C1
Complementary color
Monochromatic Colors of #B5E7C1
Black with #B5E7C1
Text Example
Text Example
White with #B5E7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E7C1; }
p { color: rgb(181,231,193); }
H1.HeaderClassName
{
color: #B5E7C1;
}
.AnyTagClassName
{
color: #B5E7C1;
}
</style>
background-color css
<style>
a { background-color: #B5E7C1; }
a { background-color: rgb(181,231,193); }
div.DivClassName
{
background-color: #B5E7C1;
}
.BgClassName
{
background-color: #B5E7C1;
}
</style>
border-color css
<style>
span { border-color: #B5E7C1; }
span { border-color: rgb(181,231,193); }
td.TdClassName
{
border-color: #B5E7C1;
}
.TagClassName
{
border-color: #B5E7C1;
}
</style>