Shades of Fringy Flower #BEEEC2
Tints of Fringy Flower #BEEEC2
RGB
CMYK
RGB Variations
Color information
#BEEEC2 (or 0xBEEEC2) is known color: Fringy Flower. HEX triplet: BE, EE and C2. RGB value is (190,238,194). Sum of RGB (Red+Green+Blue) = 190+238+194=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEC2 is #41113D. Grayscale: #DADADA. Windows color (decimal): -4264254 or 12775102. OLE color: 12775102.
HSL color Cylindrical-coordinate representation of color #BEEEC2: hue angle of 125º 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 #BEEEC2 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 194 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.07 |
| HSL | 125º | 0.59% | 0.84% | - |
| HSV(B) | 125º | 0.2% | 0.93% | - |
| XYZ | 61.55 | 75.99 | 62.46 | - |
| YUV | 218.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 194 | 0.20 | 0 | 0.18 | 0.07 | 125 | 0.59 | 0.84 |
| Hex | BE | EE | C2 | 14 | 0 | 12 | 7 | 7D | 3B | 54 |
| Octal | 276 | 356 | 302 | 24 | 0 | 22 | 7 | 175 | 73 | 124 |
| Binary | 10111110 | 11101110 | 11000010 | 10100 | 0 | 10010 | 111 | 1111101 | 111011 | 1010100 |
Color Harmonies of #BEEEC2
Complementary color
Monochromatic Colors of #BEEEC2
Black with #BEEEC2
Text Example
Text Example
White with #BEEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEC2; }
p { color: rgb(190,238,194); }
H1.HeaderClassName
{
color: #BEEEC2;
}
.AnyTagClassName
{
color: #BEEEC2;
}
</style>
background-color css
<style>
a { background-color: #BEEEC2; }
a { background-color: rgb(190,238,194); }
div.DivClassName
{
background-color: #BEEEC2;
}
.BgClassName
{
background-color: #BEEEC2;
}
</style>
border-color css
<style>
span { border-color: #BEEEC2; }
span { border-color: rgb(190,238,194); }
td.TdClassName
{
border-color: #BEEEC2;
}
.TagClassName
{
border-color: #BEEEC2;
}
</style>