Shades of Fringy Flower #BEEBBE
Tints of Fringy Flower #BEEBBE
RGB
CMYK
RGB Variations
Color information
#BEEBBE (or 0xBEEBBE) is known color: Fringy Flower. HEX triplet: BE, EB and BE. RGB value is (190,235,190). Sum of RGB (Red+Green+Blue) = 190+235+190=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEBBE is #411441. Grayscale: #D8D8D8. Windows color (decimal): -4265026 or 12512190. OLE color: 12512190.
HSL color Cylindrical-coordinate representation of color #BEEBBE: hue angle of 120º degrees, saturation: 0.53, 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 #BEEBBE is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 190 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.08 |
| HSL | 120º | 0.53% | 0.83% | - |
| HSV(B) | 120º | 0.19% | 0.92% | - |
| XYZ | 60.24 | 74.08 | 59.84 | - |
| YUV | 216.42 | 113.09 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 190 | 0.19 | 0 | 0.19 | 0.08 | 120 | 0.53 | 0.83 |
| Hex | BE | EB | BE | 13 | 0 | 13 | 8 | 78 | 35 | 53 |
| Octal | 276 | 353 | 276 | 23 | 0 | 23 | 10 | 170 | 65 | 123 |
| Binary | 10111110 | 11101011 | 10111110 | 10011 | 0 | 10011 | 1000 | 1111000 | 110101 | 1010011 |
Color Harmonies of #BEEBBE
Complementary color
Monochromatic Colors of #BEEBBE
Black with #BEEBBE
Text Example
Text Example
White with #BEEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEBBE; }
p { color: rgb(190,235,190); }
H1.HeaderClassName
{
color: #BEEBBE;
}
.AnyTagClassName
{
color: #BEEBBE;
}
</style>
background-color css
<style>
a { background-color: #BEEBBE; }
a { background-color: rgb(190,235,190); }
div.DivClassName
{
background-color: #BEEBBE;
}
.BgClassName
{
background-color: #BEEBBE;
}
</style>
border-color css
<style>
span { border-color: #BEEBBE; }
span { border-color: rgb(190,235,190); }
td.TdClassName
{
border-color: #BEEBBE;
}
.TagClassName
{
border-color: #BEEBBE;
}
</style>