Shades of Fringy Flower #BAECBD
Tints of Fringy Flower #BAECBD
RGB
CMYK
RGB Variations
Color information
#BAECBD (or 0xBAECBD) is known color: Fringy Flower. HEX triplet: BA, EC and BD. RGB value is (186,236,189). Sum of RGB (Red+Green+Blue) = 186+236+189=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECBD is #451342. Grayscale: #D7D7D7. Windows color (decimal): -4526915 or 12446906. OLE color: 12446906.
HSL color Cylindrical-coordinate representation of color #BAECBD: hue angle of 123.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECBD is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 189 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.07 |
| HSL | 123.6º | 0.57% | 0.83% | - |
| HSV(B) | 123.6º | 0.21% | 0.93% | - |
| XYZ | 59.43 | 74.1 | 59.32 | - |
| YUV | 215.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 189 | 0.21 | 0 | 0.20 | 0.07 | 123.6 | 0.57 | 0.83 |
| Hex | BA | EC | BD | 15 | 0 | 14 | 7 | 7C | 39 | 53 |
| Octal | 272 | 354 | 275 | 25 | 0 | 24 | 7 | 174 | 71 | 123 |
| Binary | 10111010 | 11101100 | 10111101 | 10101 | 0 | 10100 | 111 | 1111100 | 111001 | 1010011 |
Color Harmonies of #BAECBD
Complementary color
Monochromatic Colors of #BAECBD
Black with #BAECBD
Text Example
Text Example
White with #BAECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECBD; }
p { color: rgb(186,236,189); }
H1.HeaderClassName
{
color: #BAECBD;
}
.AnyTagClassName
{
color: #BAECBD;
}
</style>
background-color css
<style>
a { background-color: #BAECBD; }
a { background-color: rgb(186,236,189); }
div.DivClassName
{
background-color: #BAECBD;
}
.BgClassName
{
background-color: #BAECBD;
}
</style>
border-color css
<style>
span { border-color: #BAECBD; }
span { border-color: rgb(186,236,189); }
td.TdClassName
{
border-color: #BAECBD;
}
.TagClassName
{
border-color: #BAECBD;
}
</style>