Shades of Fringy Flower #BAEDBB
Tints of Fringy Flower #BAEDBB
RGB
CMYK
RGB Variations
Color information
#BAEDBB (or 0xBAEDBB) is known color: Fringy Flower. HEX triplet: BA, ED and BB. RGB value is (186,237,187). Sum of RGB (Red+Green+Blue) = 186+237+187=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDBB is #451244. Grayscale: #D8D8D8. Windows color (decimal): -4526661 or 12316090. OLE color: 12316090.
HSL color Cylindrical-coordinate representation of color #BAEDBB: hue angle of 121.18º 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 #BAEDBB is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 187 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.07 |
| HSL | 121.18º | 0.59% | 0.83% | - |
| HSV(B) | 121.18º | 0.22% | 0.93% | - |
| XYZ | 59.5 | 74.6 | 58.28 | - |
| YUV | 216.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 187 | 0.22 | 0 | 0.21 | 0.07 | 121.18 | 0.59 | 0.83 |
| Hex | BA | ED | BB | 16 | 0 | 15 | 7 | 79 | 3B | 53 |
| Octal | 272 | 355 | 273 | 26 | 0 | 25 | 7 | 171 | 73 | 123 |
| Binary | 10111010 | 11101101 | 10111011 | 10110 | 0 | 10101 | 111 | 1111001 | 111011 | 1010011 |
Color Harmonies of #BAEDBB
Complementary color
Monochromatic Colors of #BAEDBB
Black with #BAEDBB
Text Example
Text Example
White with #BAEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDBB; }
p { color: rgb(186,237,187); }
H1.HeaderClassName
{
color: #BAEDBB;
}
.AnyTagClassName
{
color: #BAEDBB;
}
</style>
background-color css
<style>
a { background-color: #BAEDBB; }
a { background-color: rgb(186,237,187); }
div.DivClassName
{
background-color: #BAEDBB;
}
.BgClassName
{
background-color: #BAEDBB;
}
</style>
border-color css
<style>
span { border-color: #BAEDBB; }
span { border-color: rgb(186,237,187); }
td.TdClassName
{
border-color: #BAEDBB;
}
.TagClassName
{
border-color: #BAEDBB;
}
</style>