Shades of Fringy Flower #BEECC1
Tints of Fringy Flower #BEECC1
RGB
CMYK
RGB Variations
Color information
#BEECC1 (or 0xBEECC1) is known color: Fringy Flower. HEX triplet: BE, EC and C1. RGB value is (190,236,193). Sum of RGB (Red+Green+Blue) = 190+236+193=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECC1 is #41133E. Grayscale: #D9D9D9. Windows color (decimal): -4264767 or 12709054. OLE color: 12709054.
HSL color Cylindrical-coordinate representation of color #BEECC1: hue angle of 123.91º 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 #BEECC1 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 193 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.07 |
| HSL | 123.91º | 0.55% | 0.84% | - |
| HSV(B) | 123.91º | 0.19% | 0.93% | - |
| XYZ | 60.86 | 74.79 | 61.68 | - |
| YUV | 217.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 193 | 0.19 | 0 | 0.18 | 0.07 | 123.91 | 0.55 | 0.84 |
| Hex | BE | EC | C1 | 13 | 0 | 12 | 7 | 7C | 37 | 54 |
| Octal | 276 | 354 | 301 | 23 | 0 | 22 | 7 | 174 | 67 | 124 |
| Binary | 10111110 | 11101100 | 11000001 | 10011 | 0 | 10010 | 111 | 1111100 | 110111 | 1010100 |
Color Harmonies of #BEECC1
Complementary color
Monochromatic Colors of #BEECC1
Black with #BEECC1
Text Example
Text Example
White with #BEECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECC1; }
p { color: rgb(190,236,193); }
H1.HeaderClassName
{
color: #BEECC1;
}
.AnyTagClassName
{
color: #BEECC1;
}
</style>
background-color css
<style>
a { background-color: #BEECC1; }
a { background-color: rgb(190,236,193); }
div.DivClassName
{
background-color: #BEECC1;
}
.BgClassName
{
background-color: #BEECC1;
}
</style>
border-color css
<style>
span { border-color: #BEECC1; }
span { border-color: rgb(190,236,193); }
td.TdClassName
{
border-color: #BEECC1;
}
.TagClassName
{
border-color: #BEECC1;
}
</style>