Shades of Fringy Flower #BAEABF
Tints of Fringy Flower #BAEABF
RGB
CMYK
RGB Variations
Color information
#BAEABF (or 0xBAEABF) is known color: Fringy Flower. HEX triplet: BA, EA and BF. RGB value is (186,234,191). Sum of RGB (Red+Green+Blue) = 186+234+191=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEABF is #451540. Grayscale: #D6D6D6. Windows color (decimal): -4527425 or 12577466. OLE color: 12577466.
HSL color Cylindrical-coordinate representation of color #BAEABF: hue angle of 126.25º degrees, saturation: 0.53, 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 #BAEABF is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 191 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.08 |
| HSL | 126.25º | 0.53% | 0.82% | - |
| HSV(B) | 126.25º | 0.21% | 0.92% | - |
| XYZ | 59.08 | 73.05 | 60.28 | - |
| YUV | 214.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 191 | 0.21 | 0 | 0.18 | 0.08 | 126.25 | 0.53 | 0.82 |
| Hex | BA | EA | BF | 15 | 0 | 12 | 8 | 7E | 35 | 52 |
| Octal | 272 | 352 | 277 | 25 | 0 | 22 | 10 | 176 | 65 | 122 |
| Binary | 10111010 | 11101010 | 10111111 | 10101 | 0 | 10010 | 1000 | 1111110 | 110101 | 1010010 |
Color Harmonies of #BAEABF
Complementary color
Monochromatic Colors of #BAEABF
Black with #BAEABF
Text Example
Text Example
White with #BAEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEABF; }
p { color: rgb(186,234,191); }
H1.HeaderClassName
{
color: #BAEABF;
}
.AnyTagClassName
{
color: #BAEABF;
}
</style>
background-color css
<style>
a { background-color: #BAEABF; }
a { background-color: rgb(186,234,191); }
div.DivClassName
{
background-color: #BAEABF;
}
.BgClassName
{
background-color: #BAEABF;
}
</style>
border-color css
<style>
span { border-color: #BAEABF; }
span { border-color: rgb(186,234,191); }
td.TdClassName
{
border-color: #BAEABF;
}
.TagClassName
{
border-color: #BAEABF;
}
</style>