Shades of Fringy Flower #BAE9BB
Tints of Fringy Flower #BAE9BB
RGB
CMYK
RGB Variations
Color information
#BAE9BB (or 0xBAE9BB) is known color: Fringy Flower. HEX triplet: BA, E9 and BB. RGB value is (186,233,187). Sum of RGB (Red+Green+Blue) = 186+233+187=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9BB is #451644. Grayscale: #D5D5D5. Windows color (decimal): -4527685 or 12315066. OLE color: 12315066.
HSL color Cylindrical-coordinate representation of color #BAE9BB: hue angle of 121.28º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE9BB is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 187 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.09 |
| HSL | 121.28º | 0.52% | 0.82% | - |
| HSV(B) | 121.28º | 0.2% | 0.91% | - |
| XYZ | 58.36 | 72.3 | 57.89 | - |
| YUV | 213.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 187 | 0.20 | 0 | 0.20 | 0.09 | 121.28 | 0.52 | 0.82 |
| Hex | BA | E9 | BB | 14 | 0 | 14 | 9 | 79 | 34 | 52 |
| Octal | 272 | 351 | 273 | 24 | 0 | 24 | 11 | 171 | 64 | 122 |
| Binary | 10111010 | 11101001 | 10111011 | 10100 | 0 | 10100 | 1001 | 1111001 | 110100 | 1010010 |
Color Harmonies of #BAE9BB
Complementary color
Monochromatic Colors of #BAE9BB
Black with #BAE9BB
Text Example
Text Example
White with #BAE9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9BB; }
p { color: rgb(186,233,187); }
H1.HeaderClassName
{
color: #BAE9BB;
}
.AnyTagClassName
{
color: #BAE9BB;
}
</style>
background-color css
<style>
a { background-color: #BAE9BB; }
a { background-color: rgb(186,233,187); }
div.DivClassName
{
background-color: #BAE9BB;
}
.BgClassName
{
background-color: #BAE9BB;
}
</style>
border-color css
<style>
span { border-color: #BAE9BB; }
span { border-color: rgb(186,233,187); }
td.TdClassName
{
border-color: #BAE9BB;
}
.TagClassName
{
border-color: #BAE9BB;
}
</style>