Shades of Fringy Flower #BEEABC
Tints of Fringy Flower #BEEABC
RGB
CMYK
RGB Variations
Color information
#BEEABC (or 0xBEEABC) is known color: Fringy Flower. HEX triplet: BE, EA and BC. RGB value is (190,234,188). Sum of RGB (Red+Green+Blue) = 190+234+188=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEABC is #411543. Grayscale: #D7D7D7. Windows color (decimal): -4265284 or 12380862. OLE color: 12380862.
HSL color Cylindrical-coordinate representation of color #BEEABC: hue angle of 117.39º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEABC is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 188 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.08 |
| HSL | 117.39º | 0.52% | 0.83% | - |
| HSV(B) | 117.39º | 0.2% | 0.92% | - |
| XYZ | 59.74 | 73.42 | 58.6 | - |
| YUV | 215.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 188 | 0.19 | 0 | 0.20 | 0.08 | 117.39 | 0.52 | 0.83 |
| Hex | BE | EA | BC | 13 | 0 | 14 | 8 | 75 | 34 | 53 |
| Octal | 276 | 352 | 274 | 23 | 0 | 24 | 10 | 165 | 64 | 123 |
| Binary | 10111110 | 11101010 | 10111100 | 10011 | 0 | 10100 | 1000 | 1110101 | 110100 | 1010011 |
Color Harmonies of #BEEABC
Complementary color
Monochromatic Colors of #BEEABC
Black with #BEEABC
Text Example
Text Example
White with #BEEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEABC; }
p { color: rgb(190,234,188); }
H1.HeaderClassName
{
color: #BEEABC;
}
.AnyTagClassName
{
color: #BEEABC;
}
</style>
background-color css
<style>
a { background-color: #BEEABC; }
a { background-color: rgb(190,234,188); }
div.DivClassName
{
background-color: #BEEABC;
}
.BgClassName
{
background-color: #BEEABC;
}
</style>
border-color css
<style>
span { border-color: #BEEABC; }
span { border-color: rgb(190,234,188); }
td.TdClassName
{
border-color: #BEEABC;
}
.TagClassName
{
border-color: #BEEABC;
}
</style>