Shades of Fringy Flower #BEEABB
Tints of Fringy Flower #BEEABB
RGB
CMYK
RGB Variations
Color information
#BEEABB (or 0xBEEABB) is known color: Fringy Flower. HEX triplet: BE, EA and BB. RGB value is (190,234,187). Sum of RGB (Red+Green+Blue) = 190+234+187=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEABB is #411544. Grayscale: #D7D7D7. Windows color (decimal): -4265285 or 12315326. OLE color: 12315326.
HSL color Cylindrical-coordinate representation of color #BEEABB: hue angle of 116.17º degrees, saturation: 0.53, 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 #BEEABB is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 187 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.08 |
| HSL | 116.17º | 0.53% | 0.83% | - |
| HSV(B) | 116.17º | 0.2% | 0.92% | - |
| XYZ | 59.63 | 73.38 | 58.03 | - |
| YUV | 215.49 | 111.92 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 187 | 0.19 | 0 | 0.20 | 0.08 | 116.17 | 0.53 | 0.83 |
| Hex | BE | EA | BB | 13 | 0 | 14 | 8 | 74 | 35 | 53 |
| Octal | 276 | 352 | 273 | 23 | 0 | 24 | 10 | 164 | 65 | 123 |
| Binary | 10111110 | 11101010 | 10111011 | 10011 | 0 | 10100 | 1000 | 1110100 | 110101 | 1010011 |
Color Harmonies of #BEEABB
Complementary color
Monochromatic Colors of #BEEABB
Black with #BEEABB
Text Example
Text Example
White with #BEEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEABB; }
p { color: rgb(190,234,187); }
H1.HeaderClassName
{
color: #BEEABB;
}
.AnyTagClassName
{
color: #BEEABB;
}
</style>
background-color css
<style>
a { background-color: #BEEABB; }
a { background-color: rgb(190,234,187); }
div.DivClassName
{
background-color: #BEEABB;
}
.BgClassName
{
background-color: #BEEABB;
}
</style>
border-color css
<style>
span { border-color: #BEEABB; }
span { border-color: rgb(190,234,187); }
td.TdClassName
{
border-color: #BEEABB;
}
.TagClassName
{
border-color: #BEEABB;
}
</style>