Shades of Fringy Flower #BEEEBE
Tints of Fringy Flower #BEEEBE
RGB
CMYK
RGB Variations
Color information
#BEEEBE (or 0xBEEEBE) is known color: Fringy Flower. HEX triplet: BE, EE and BE. RGB value is (190,238,190). Sum of RGB (Red+Green+Blue) = 190+238+190=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEBE is #411141. Grayscale: #DADADA. Windows color (decimal): -4264258 or 12512958. OLE color: 12512958.
HSL color Cylindrical-coordinate representation of color #BEEEBE: hue angle of 120º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEEBE is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 190 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.07 |
| HSL | 120º | 0.59% | 0.84% | - |
| HSV(B) | 120º | 0.2% | 0.93% | - |
| XYZ | 61.1 | 75.81 | 60.13 | - |
| YUV | 218.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 190 | 0.20 | 0 | 0.20 | 0.07 | 120 | 0.59 | 0.84 |
| Hex | BE | EE | BE | 14 | 0 | 14 | 7 | 78 | 3B | 54 |
| Octal | 276 | 356 | 276 | 24 | 0 | 24 | 7 | 170 | 73 | 124 |
| Binary | 10111110 | 11101110 | 10111110 | 10100 | 0 | 10100 | 111 | 1111000 | 111011 | 1010100 |
Color Harmonies of #BEEEBE
Complementary color
Monochromatic Colors of #BEEEBE
Black with #BEEEBE
Text Example
Text Example
White with #BEEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEBE; }
p { color: rgb(190,238,190); }
H1.HeaderClassName
{
color: #BEEEBE;
}
.AnyTagClassName
{
color: #BEEEBE;
}
</style>
background-color css
<style>
a { background-color: #BEEEBE; }
a { background-color: rgb(190,238,190); }
div.DivClassName
{
background-color: #BEEEBE;
}
.BgClassName
{
background-color: #BEEEBE;
}
</style>
border-color css
<style>
span { border-color: #BEEEBE; }
span { border-color: rgb(190,238,190); }
td.TdClassName
{
border-color: #BEEEBE;
}
.TagClassName
{
border-color: #BEEEBE;
}
</style>