Shades of Fringy Flower #BEECBE
Tints of Fringy Flower #BEECBE
RGB
CMYK
RGB Variations
Color information
#BEECBE (or 0xBEECBE) is known color: Fringy Flower. HEX triplet: BE, EC and BE. RGB value is (190,236,190). Sum of RGB (Red+Green+Blue) = 190+236+190=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECBE is #411341. Grayscale: #D9D9D9. Windows color (decimal): -4264770 or 12512446. OLE color: 12512446.
HSL color Cylindrical-coordinate representation of color #BEECBE: hue angle of 120º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEECBE is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 190 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.07 |
| HSL | 120º | 0.55% | 0.84% | - |
| HSV(B) | 120º | 0.19% | 0.93% | - |
| XYZ | 60.52 | 74.66 | 59.94 | - |
| YUV | 217 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 190 | 0.19 | 0 | 0.19 | 0.07 | 120 | 0.55 | 0.84 |
| Hex | BE | EC | BE | 13 | 0 | 13 | 7 | 78 | 37 | 54 |
| Octal | 276 | 354 | 276 | 23 | 0 | 23 | 7 | 170 | 67 | 124 |
| Binary | 10111110 | 11101100 | 10111110 | 10011 | 0 | 10011 | 111 | 1111000 | 110111 | 1010100 |
Color Harmonies of #BEECBE
Complementary color
Monochromatic Colors of #BEECBE
Black with #BEECBE
Text Example
Text Example
White with #BEECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECBE; }
p { color: rgb(190,236,190); }
H1.HeaderClassName
{
color: #BEECBE;
}
.AnyTagClassName
{
color: #BEECBE;
}
</style>
background-color css
<style>
a { background-color: #BEECBE; }
a { background-color: rgb(190,236,190); }
div.DivClassName
{
background-color: #BEECBE;
}
.BgClassName
{
background-color: #BEECBE;
}
</style>
border-color css
<style>
span { border-color: #BEECBE; }
span { border-color: rgb(190,236,190); }
td.TdClassName
{
border-color: #BEECBE;
}
.TagClassName
{
border-color: #BEECBE;
}
</style>