Shades of Fringy Flower #BAEBB9
Tints of Fringy Flower #BAEBB9
RGB
CMYK
RGB Variations
Color information
#BAEBB9 (or 0xBAEBB9) is known color: Fringy Flower. HEX triplet: BA, EB and B9. RGB value is (186,235,185). Sum of RGB (Red+Green+Blue) = 186+235+185=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEBB9 is #451446. Grayscale: #D6D6D6. Windows color (decimal): -4527175 or 12184506. OLE color: 12184506.
HSL color Cylindrical-coordinate representation of color #BAEBB9: hue angle of 118.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEBB9 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 185 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.08 |
| HSL | 118.8º | 0.56% | 0.82% | - |
| HSV(B) | 118.8º | 0.21% | 0.92% | - |
| XYZ | 58.71 | 73.36 | 56.96 | - |
| YUV | 214.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 185 | 0.21 | 0 | 0.21 | 0.08 | 118.8 | 0.56 | 0.82 |
| Hex | BA | EB | B9 | 15 | 0 | 15 | 8 | 77 | 38 | 52 |
| Octal | 272 | 353 | 271 | 25 | 0 | 25 | 10 | 167 | 70 | 122 |
| Binary | 10111010 | 11101011 | 10111001 | 10101 | 0 | 10101 | 1000 | 1110111 | 111000 | 1010010 |
Color Harmonies of #BAEBB9
Complementary color
Monochromatic Colors of #BAEBB9
Black with #BAEBB9
Text Example
Text Example
White with #BAEBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEBB9; }
p { color: rgb(186,235,185); }
H1.HeaderClassName
{
color: #BAEBB9;
}
.AnyTagClassName
{
color: #BAEBB9;
}
</style>
background-color css
<style>
a { background-color: #BAEBB9; }
a { background-color: rgb(186,235,185); }
div.DivClassName
{
background-color: #BAEBB9;
}
.BgClassName
{
background-color: #BAEBB9;
}
</style>
border-color css
<style>
span { border-color: #BAEBB9; }
span { border-color: rgb(186,235,185); }
td.TdClassName
{
border-color: #BAEBB9;
}
.TagClassName
{
border-color: #BAEBB9;
}
</style>