Shades of Fringy Flower #BAEBBE
Tints of Fringy Flower #BAEBBE
RGB
CMYK
RGB Variations
Color information
#BAEBBE (or 0xBAEBBE) is known color: Fringy Flower. HEX triplet: BA, EB and BE. RGB value is (186,235,190). Sum of RGB (Red+Green+Blue) = 186+235+190=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBBE is #451441. Grayscale: #D7D7D7. Windows color (decimal): -4527170 or 12512186. OLE color: 12512186.
HSL color Cylindrical-coordinate representation of color #BAEBBE: hue angle of 124.9º 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 #BAEBBE is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 190 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.08 |
| HSL | 124.9º | 0.55% | 0.83% | - |
| HSV(B) | 124.9º | 0.21% | 0.92% | - |
| XYZ | 59.25 | 73.57 | 59.79 | - |
| YUV | 215.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 190 | 0.21 | 0 | 0.19 | 0.08 | 124.9 | 0.55 | 0.83 |
| Hex | BA | EB | BE | 15 | 0 | 13 | 8 | 7D | 37 | 53 |
| Octal | 272 | 353 | 276 | 25 | 0 | 23 | 10 | 175 | 67 | 123 |
| Binary | 10111010 | 11101011 | 10111110 | 10101 | 0 | 10011 | 1000 | 1111101 | 110111 | 1010011 |
Color Harmonies of #BAEBBE
Complementary color
Monochromatic Colors of #BAEBBE
Black with #BAEBBE
Text Example
Text Example
White with #BAEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBBE; }
p { color: rgb(186,235,190); }
H1.HeaderClassName
{
color: #BAEBBE;
}
.AnyTagClassName
{
color: #BAEBBE;
}
</style>
background-color css
<style>
a { background-color: #BAEBBE; }
a { background-color: rgb(186,235,190); }
div.DivClassName
{
background-color: #BAEBBE;
}
.BgClassName
{
background-color: #BAEBBE;
}
</style>
border-color css
<style>
span { border-color: #BAEBBE; }
span { border-color: rgb(186,235,190); }
td.TdClassName
{
border-color: #BAEBBE;
}
.TagClassName
{
border-color: #BAEBBE;
}
</style>