Shades of Fringy Flower #BEEABF
Tints of Fringy Flower #BEEABF
RGB
CMYK
RGB Variations
Color information
#BEEABF (or 0xBEEABF) is known color: Fringy Flower. HEX triplet: BE, EA and BF. RGB value is (190,234,191). Sum of RGB (Red+Green+Blue) = 190+234+191=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEABF is #411540. Grayscale: #D8D8D8. Windows color (decimal): -4265281 or 12577470. OLE color: 12577470.
HSL color Cylindrical-coordinate representation of color #BEEABF: hue angle of 121.36º 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 #BEEABF is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 191 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.08 |
| HSL | 121.36º | 0.51% | 0.83% | - |
| HSV(B) | 121.36º | 0.19% | 0.92% | - |
| XYZ | 60.06 | 73.55 | 60.32 | - |
| YUV | 215.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 191 | 0.19 | 0 | 0.18 | 0.08 | 121.36 | 0.51 | 0.83 |
| Hex | BE | EA | BF | 13 | 0 | 12 | 8 | 79 | 33 | 53 |
| Octal | 276 | 352 | 277 | 23 | 0 | 22 | 10 | 171 | 63 | 123 |
| Binary | 10111110 | 11101010 | 10111111 | 10011 | 0 | 10010 | 1000 | 1111001 | 110011 | 1010011 |
Color Harmonies of #BEEABF
Complementary color
Monochromatic Colors of #BEEABF
Black with #BEEABF
Text Example
Text Example
White with #BEEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEABF; }
p { color: rgb(190,234,191); }
H1.HeaderClassName
{
color: #BEEABF;
}
.AnyTagClassName
{
color: #BEEABF;
}
</style>
background-color css
<style>
a { background-color: #BEEABF; }
a { background-color: rgb(190,234,191); }
div.DivClassName
{
background-color: #BEEABF;
}
.BgClassName
{
background-color: #BEEABF;
}
</style>
border-color css
<style>
span { border-color: #BEEABF; }
span { border-color: rgb(190,234,191); }
td.TdClassName
{
border-color: #BEEABF;
}
.TagClassName
{
border-color: #BEEABF;
}
</style>