Shades of Fringy Flower #B4ECC5
Tints of Fringy Flower #B4ECC5
RGB
CMYK
RGB Variations
Color information
#B4ECC5 (or 0xB4ECC5) is known color: Fringy Flower. HEX triplet: B4, EC and C5. RGB value is (180,236,197). Sum of RGB (Red+Green+Blue) = 180+236+197=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECC5 is #4B133A. Grayscale: #D6D6D6. Windows color (decimal): -4920123 or 12971188. OLE color: 12971188.
HSL color Cylindrical-coordinate representation of color #B4ECC5: hue angle of 138.21º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4ECC5 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 197 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.07 |
| HSL | 138.21º | 0.6% | 0.82% | - |
| HSV(B) | 138.21º | 0.24% | 0.93% | - |
| XYZ | 58.9 | 73.73 | 63.95 | - |
| YUV | 214.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 197 | 0.24 | 0 | 0.17 | 0.07 | 138.21 | 0.6 | 0.82 |
| Hex | B4 | EC | C5 | 18 | 0 | 11 | 7 | 8A | 3C | 52 |
| Octal | 264 | 354 | 305 | 30 | 0 | 21 | 7 | 212 | 74 | 122 |
| Binary | 10110100 | 11101100 | 11000101 | 11000 | 0 | 10001 | 111 | 10001010 | 111100 | 1010010 |
Color Harmonies of #B4ECC5
Complementary color
Monochromatic Colors of #B4ECC5
Black with #B4ECC5
Text Example
Text Example
White with #B4ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ECC5; }
p { color: rgb(180,236,197); }
H1.HeaderClassName
{
color: #B4ECC5;
}
.AnyTagClassName
{
color: #B4ECC5;
}
</style>
background-color css
<style>
a { background-color: #B4ECC5; }
a { background-color: rgb(180,236,197); }
div.DivClassName
{
background-color: #B4ECC5;
}
.BgClassName
{
background-color: #B4ECC5;
}
</style>
border-color css
<style>
span { border-color: #B4ECC5; }
span { border-color: rgb(180,236,197); }
td.TdClassName
{
border-color: #B4ECC5;
}
.TagClassName
{
border-color: #B4ECC5;
}
</style>