Shades of Fringy Flower #BEEAC0
Tints of Fringy Flower #BEEAC0
RGB
CMYK
RGB Variations
Color information
#BEEAC0 (or 0xBEEAC0) is known color: Fringy Flower. HEX triplet: BE, EA and C0. RGB value is (190,234,192). Sum of RGB (Red+Green+Blue) = 190+234+192=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEAC0 is #41153F. Grayscale: #D8D8D8. Windows color (decimal): -4265280 or 12643006. OLE color: 12643006.
HSL color Cylindrical-coordinate representation of color #BEEAC0: hue angle of 122.73º 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 #BEEAC0 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 192 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.08 |
| HSL | 122.73º | 0.51% | 0.83% | - |
| HSV(B) | 122.73º | 0.19% | 0.92% | - |
| XYZ | 60.17 | 73.6 | 60.9 | - |
| YUV | 216.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 192 | 0.19 | 0 | 0.18 | 0.08 | 122.73 | 0.51 | 0.83 |
| Hex | BE | EA | C0 | 13 | 0 | 12 | 8 | 7B | 33 | 53 |
| Octal | 276 | 352 | 300 | 23 | 0 | 22 | 10 | 173 | 63 | 123 |
| Binary | 10111110 | 11101010 | 11000000 | 10011 | 0 | 10010 | 1000 | 1111011 | 110011 | 1010011 |
Color Harmonies of #BEEAC0
Complementary color
Monochromatic Colors of #BEEAC0
Black with #BEEAC0
Text Example
Text Example
White with #BEEAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEAC0; }
p { color: rgb(190,234,192); }
H1.HeaderClassName
{
color: #BEEAC0;
}
.AnyTagClassName
{
color: #BEEAC0;
}
</style>
background-color css
<style>
a { background-color: #BEEAC0; }
a { background-color: rgb(190,234,192); }
div.DivClassName
{
background-color: #BEEAC0;
}
.BgClassName
{
background-color: #BEEAC0;
}
</style>
border-color css
<style>
span { border-color: #BEEAC0; }
span { border-color: rgb(190,234,192); }
td.TdClassName
{
border-color: #BEEAC0;
}
.TagClassName
{
border-color: #BEEAC0;
}
</style>