Shades of Fringy Flower #BEEEC0
Tints of Fringy Flower #BEEEC0
RGB
CMYK
RGB Variations
Color information
#BEEEC0 (or 0xBEEEC0) is known color: Fringy Flower. HEX triplet: BE, EE and C0. RGB value is (190,238,192). Sum of RGB (Red+Green+Blue) = 190+238+192=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEC0 is #41113F. Grayscale: #DADADA. Windows color (decimal): -4264256 or 12644030. OLE color: 12644030.
HSL color Cylindrical-coordinate representation of color #BEEEC0: hue angle of 122.5º 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 #BEEEC0 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 192 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.07 |
| HSL | 122.5º | 0.59% | 0.84% | - |
| HSV(B) | 122.5º | 0.2% | 0.93% | - |
| XYZ | 61.32 | 75.9 | 61.29 | - |
| YUV | 218.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 192 | 0.20 | 0 | 0.19 | 0.07 | 122.5 | 0.59 | 0.84 |
| Hex | BE | EE | C0 | 14 | 0 | 13 | 7 | 7B | 3B | 54 |
| Octal | 276 | 356 | 300 | 24 | 0 | 23 | 7 | 173 | 73 | 124 |
| Binary | 10111110 | 11101110 | 11000000 | 10100 | 0 | 10011 | 111 | 1111011 | 111011 | 1010100 |
Color Harmonies of #BEEEC0
Complementary color
Monochromatic Colors of #BEEEC0
Black with #BEEEC0
Text Example
Text Example
White with #BEEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEC0; }
p { color: rgb(190,238,192); }
H1.HeaderClassName
{
color: #BEEEC0;
}
.AnyTagClassName
{
color: #BEEEC0;
}
</style>
background-color css
<style>
a { background-color: #BEEEC0; }
a { background-color: rgb(190,238,192); }
div.DivClassName
{
background-color: #BEEEC0;
}
.BgClassName
{
background-color: #BEEEC0;
}
</style>
border-color css
<style>
span { border-color: #BEEEC0; }
span { border-color: rgb(190,238,192); }
td.TdClassName
{
border-color: #BEEEC0;
}
.TagClassName
{
border-color: #BEEEC0;
}
</style>