Shades of Fringy Flower #B4EDC4
Tints of Fringy Flower #B4EDC4
RGB
CMYK
RGB Variations
Color information
#B4EDC4 (or 0xB4EDC4) is known color: Fringy Flower. HEX triplet: B4, ED and C4. RGB value is (180,237,196). Sum of RGB (Red+Green+Blue) = 180+237+196=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDC4 is #4B123B. Grayscale: #D7D7D7. Windows color (decimal): -4919868 or 12905908. OLE color: 12905908.
HSL color Cylindrical-coordinate representation of color #B4EDC4: hue angle of 136.84º degrees, saturation: 0.61, 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 #B4EDC4 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 237 | 196 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.07 |
| HSL | 136.84º | 0.61% | 0.82% | - |
| HSV(B) | 136.84º | 0.24% | 0.93% | - |
| XYZ | 59.07 | 74.26 | 63.44 | - |
| YUV | 215.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 237 | 196 | 0.24 | 0 | 0.17 | 0.07 | 136.84 | 0.61 | 0.82 |
| Hex | B4 | ED | C4 | 18 | 0 | 11 | 7 | 89 | 3D | 52 |
| Octal | 264 | 355 | 304 | 30 | 0 | 21 | 7 | 211 | 75 | 122 |
| Binary | 10110100 | 11101101 | 11000100 | 11000 | 0 | 10001 | 111 | 10001001 | 111101 | 1010010 |
Color Harmonies of #B4EDC4
Complementary color
Monochromatic Colors of #B4EDC4
Black with #B4EDC4
Text Example
Text Example
White with #B4EDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EDC4; }
p { color: rgb(180,237,196); }
H1.HeaderClassName
{
color: #B4EDC4;
}
.AnyTagClassName
{
color: #B4EDC4;
}
</style>
background-color css
<style>
a { background-color: #B4EDC4; }
a { background-color: rgb(180,237,196); }
div.DivClassName
{
background-color: #B4EDC4;
}
.BgClassName
{
background-color: #B4EDC4;
}
</style>
border-color css
<style>
span { border-color: #B4EDC4; }
span { border-color: rgb(180,237,196); }
td.TdClassName
{
border-color: #B4EDC4;
}
.TagClassName
{
border-color: #B4EDC4;
}
</style>