Shades of Fringy Flower #BEECBA
Tints of Fringy Flower #BEECBA
RGB
CMYK
RGB Variations
Color information
#BEECBA (or 0xBEECBA) is known color: Fringy Flower. HEX triplet: BE, EC and BA. RGB value is (190,236,186). Sum of RGB (Red+Green+Blue) = 190+236+186=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #BEECBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEECBA is #411345. Grayscale: #D8D8D8. Windows color (decimal): -4264774 or 12250302. OLE color: 12250302.
HSL color Cylindrical-coordinate representation of color #BEECBA: hue angle of 115.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEECBA is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 186 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.07 |
| HSL | 115.2º | 0.57% | 0.83% | - |
| HSV(B) | 115.2º | 0.21% | 0.93% | - |
| XYZ | 60.09 | 74.48 | 57.66 | - |
| YUV | 216.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 186 | 0.19 | 0 | 0.21 | 0.07 | 115.2 | 0.57 | 0.83 |
| Hex | BE | EC | BA | 13 | 0 | 15 | 7 | 73 | 39 | 53 |
| Octal | 276 | 354 | 272 | 23 | 0 | 25 | 7 | 163 | 71 | 123 |
| Binary | 10111110 | 11101100 | 10111010 | 10011 | 0 | 10101 | 111 | 1110011 | 111001 | 1010011 |
Color Harmonies of #BEECBA
Complementary color
Monochromatic Colors of #BEECBA
Black with #BEECBA
Text Example
Text Example
White with #BEECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEECBA; }
p { color: rgb(190,236,186); }
H1.HeaderClassName
{
color: #BEECBA;
}
.AnyTagClassName
{
color: #BEECBA;
}
</style>
background-color css
<style>
a { background-color: #BEECBA; }
a { background-color: rgb(190,236,186); }
div.DivClassName
{
background-color: #BEECBA;
}
.BgClassName
{
background-color: #BEECBA;
}
</style>
border-color css
<style>
span { border-color: #BEECBA; }
span { border-color: rgb(190,236,186); }
td.TdClassName
{
border-color: #BEECBA;
}
.TagClassName
{
border-color: #BEECBA;
}
</style>