Shades of Fringy Flower #BEEBBA
Tints of Fringy Flower #BEEBBA
RGB
CMYK
RGB Variations
Color information
#BEEBBA (or 0xBEEBBA) is known color: Fringy Flower. HEX triplet: BE, EB and BA. RGB value is (190,235,186). Sum of RGB (Red+Green+Blue) = 190+235+186=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBBA is #411445. Grayscale: #D8D8D8. Windows color (decimal): -4265030 or 12250046. OLE color: 12250046.
HSL color Cylindrical-coordinate representation of color #BEEBBA: hue angle of 115.1º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEBBA is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 186 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.08 |
| HSL | 115.1º | 0.55% | 0.83% | - |
| HSV(B) | 115.1º | 0.21% | 0.92% | - |
| XYZ | 59.81 | 73.91 | 57.57 | - |
| YUV | 215.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 186 | 0.19 | 0 | 0.21 | 0.08 | 115.1 | 0.55 | 0.83 |
| Hex | BE | EB | BA | 13 | 0 | 15 | 8 | 73 | 37 | 53 |
| Octal | 276 | 353 | 272 | 23 | 0 | 25 | 10 | 163 | 67 | 123 |
| Binary | 10111110 | 11101011 | 10111010 | 10011 | 0 | 10101 | 1000 | 1110011 | 110111 | 1010011 |
Color Harmonies of #BEEBBA
Complementary color
Monochromatic Colors of #BEEBBA
Black with #BEEBBA
Text Example
Text Example
White with #BEEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBBA; }
p { color: rgb(190,235,186); }
H1.HeaderClassName
{
color: #BEEBBA;
}
.AnyTagClassName
{
color: #BEEBBA;
}
</style>
background-color css
<style>
a { background-color: #BEEBBA; }
a { background-color: rgb(190,235,186); }
div.DivClassName
{
background-color: #BEEBBA;
}
.BgClassName
{
background-color: #BEEBBA;
}
</style>
border-color css
<style>
span { border-color: #BEEBBA; }
span { border-color: rgb(190,235,186); }
td.TdClassName
{
border-color: #BEEBBA;
}
.TagClassName
{
border-color: #BEEBBA;
}
</style>