Shades of Fringy Flower #BAEDBC
Tints of Fringy Flower #BAEDBC
RGB
CMYK
RGB Variations
Color information
#BAEDBC (or 0xBAEDBC) is known color: Fringy Flower. HEX triplet: BA, ED and BC. RGB value is (186,237,188). Sum of RGB (Red+Green+Blue) = 186+237+188=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDBC is #451243. Grayscale: #D8D8D8. Windows color (decimal): -4526660 or 12381626. OLE color: 12381626.
HSL color Cylindrical-coordinate representation of color #BAEDBC: hue angle of 122.35º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDBC is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 188 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.07 |
| HSL | 122.35º | 0.59% | 0.83% | - |
| HSV(B) | 122.35º | 0.22% | 0.93% | - |
| XYZ | 59.61 | 74.64 | 58.84 | - |
| YUV | 216.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 188 | 0.22 | 0 | 0.21 | 0.07 | 122.35 | 0.59 | 0.83 |
| Hex | BA | ED | BC | 16 | 0 | 15 | 7 | 7A | 3B | 53 |
| Octal | 272 | 355 | 274 | 26 | 0 | 25 | 7 | 172 | 73 | 123 |
| Binary | 10111010 | 11101101 | 10111100 | 10110 | 0 | 10101 | 111 | 1111010 | 111011 | 1010011 |
Color Harmonies of #BAEDBC
Complementary color
Monochromatic Colors of #BAEDBC
Black with #BAEDBC
Text Example
Text Example
White with #BAEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDBC; }
p { color: rgb(186,237,188); }
H1.HeaderClassName
{
color: #BAEDBC;
}
.AnyTagClassName
{
color: #BAEDBC;
}
</style>
background-color css
<style>
a { background-color: #BAEDBC; }
a { background-color: rgb(186,237,188); }
div.DivClassName
{
background-color: #BAEDBC;
}
.BgClassName
{
background-color: #BAEDBC;
}
</style>
border-color css
<style>
span { border-color: #BAEDBC; }
span { border-color: rgb(186,237,188); }
td.TdClassName
{
border-color: #BAEDBC;
}
.TagClassName
{
border-color: #BAEDBC;
}
</style>