Shades of Fringy Flower #BEEAC2
Tints of Fringy Flower #BEEAC2
RGB
CMYK
RGB Variations
Color information
#BEEAC2 (or 0xBEEAC2) is known color: Fringy Flower. HEX triplet: BE, EA and C2. RGB value is (190,234,194). Sum of RGB (Red+Green+Blue) = 190+234+194=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAC2 is #41153D. Grayscale: #D8D8D8. Windows color (decimal): -4265278 or 12774078. OLE color: 12774078.
HSL color Cylindrical-coordinate representation of color #BEEAC2: hue angle of 125.45º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEAC2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 194 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.08 |
| HSL | 125.45º | 0.51% | 0.83% | - |
| HSV(B) | 125.45º | 0.19% | 0.92% | - |
| XYZ | 60.4 | 73.69 | 62.08 | - |
| YUV | 216.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 194 | 0.19 | 0 | 0.17 | 0.08 | 125.45 | 0.51 | 0.83 |
| Hex | BE | EA | C2 | 13 | 0 | 11 | 8 | 7D | 33 | 53 |
| Octal | 276 | 352 | 302 | 23 | 0 | 21 | 10 | 175 | 63 | 123 |
| Binary | 10111110 | 11101010 | 11000010 | 10011 | 0 | 10001 | 1000 | 1111101 | 110011 | 1010011 |
Color Harmonies of #BEEAC2
Complementary color
Monochromatic Colors of #BEEAC2
Black with #BEEAC2
Text Example
Text Example
White with #BEEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAC2; }
p { color: rgb(190,234,194); }
H1.HeaderClassName
{
color: #BEEAC2;
}
.AnyTagClassName
{
color: #BEEAC2;
}
</style>
background-color css
<style>
a { background-color: #BEEAC2; }
a { background-color: rgb(190,234,194); }
div.DivClassName
{
background-color: #BEEAC2;
}
.BgClassName
{
background-color: #BEEAC2;
}
</style>
border-color css
<style>
span { border-color: #BEEAC2; }
span { border-color: rgb(190,234,194); }
td.TdClassName
{
border-color: #BEEAC2;
}
.TagClassName
{
border-color: #BEEAC2;
}
</style>