Shades of Fringy Flower #B5ECC4
Tints of Fringy Flower #B5ECC4
RGB
CMYK
RGB Variations
Color information
#B5ECC4 (or 0xB5ECC4) is known color: Fringy Flower. HEX triplet: B5, EC and C4. RGB value is (181,236,196). Sum of RGB (Red+Green+Blue) = 181+236+196=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECC4 is #4A133B. Grayscale: #D7D7D7. Windows color (decimal): -4854588 or 12905653. OLE color: 12905653.
HSL color Cylindrical-coordinate representation of color #B5ECC4: hue angle of 136.36º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECC4 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 196 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.07 |
| HSL | 136.36º | 0.59% | 0.82% | - |
| HSV(B) | 136.36º | 0.23% | 0.93% | - |
| XYZ | 59.02 | 73.8 | 63.36 | - |
| YUV | 215 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 196 | 0.23 | 0 | 0.17 | 0.07 | 136.36 | 0.59 | 0.82 |
| Hex | B5 | EC | C4 | 17 | 0 | 11 | 7 | 88 | 3B | 52 |
| Octal | 265 | 354 | 304 | 27 | 0 | 21 | 7 | 210 | 73 | 122 |
| Binary | 10110101 | 11101100 | 11000100 | 10111 | 0 | 10001 | 111 | 10001000 | 111011 | 1010010 |
Color Harmonies of #B5ECC4
Complementary color
Monochromatic Colors of #B5ECC4
Black with #B5ECC4
Text Example
Text Example
White with #B5ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECC4; }
p { color: rgb(181,236,196); }
H1.HeaderClassName
{
color: #B5ECC4;
}
.AnyTagClassName
{
color: #B5ECC4;
}
</style>
background-color css
<style>
a { background-color: #B5ECC4; }
a { background-color: rgb(181,236,196); }
div.DivClassName
{
background-color: #B5ECC4;
}
.BgClassName
{
background-color: #B5ECC4;
}
</style>
border-color css
<style>
span { border-color: #B5ECC4; }
span { border-color: rgb(181,236,196); }
td.TdClassName
{
border-color: #B5ECC4;
}
.TagClassName
{
border-color: #B5ECC4;
}
</style>