Shades of Fringy Flower #BAEFC0
Tints of Fringy Flower #BAEFC0
RGB
CMYK
RGB Variations
Color information
#BAEFC0 (or 0xBAEFC0) is known color: Fringy Flower. HEX triplet: BA, EF and C0. RGB value is (186,239,192). Sum of RGB (Red+Green+Blue) = 186+239+192=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFC0 is #45103F. Grayscale: #D9D9D9. Windows color (decimal): -4526144 or 12644282. OLE color: 12644282.
HSL color Cylindrical-coordinate representation of color #BAEFC0: hue angle of 126.79º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFC0 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 239 | 192 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.06 |
| HSL | 126.79º | 0.62% | 0.83% | - |
| HSV(B) | 126.79º | 0.22% | 0.94% | - |
| XYZ | 60.63 | 75.98 | 61.34 | - |
| YUV | 217.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 239 | 192 | 0.22 | 0 | 0.20 | 0.06 | 126.79 | 0.62 | 0.83 |
| Hex | BA | EF | C0 | 16 | 0 | 14 | 6 | 7F | 3E | 53 |
| Octal | 272 | 357 | 300 | 26 | 0 | 24 | 6 | 177 | 76 | 123 |
| Binary | 10111010 | 11101111 | 11000000 | 10110 | 0 | 10100 | 110 | 1111111 | 111110 | 1010011 |
Color Harmonies of #BAEFC0
Complementary color
Monochromatic Colors of #BAEFC0
Black with #BAEFC0
Text Example
Text Example
White with #BAEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEFC0; }
p { color: rgb(186,239,192); }
H1.HeaderClassName
{
color: #BAEFC0;
}
.AnyTagClassName
{
color: #BAEFC0;
}
</style>
background-color css
<style>
a { background-color: #BAEFC0; }
a { background-color: rgb(186,239,192); }
div.DivClassName
{
background-color: #BAEFC0;
}
.BgClassName
{
background-color: #BAEFC0;
}
</style>
border-color css
<style>
span { border-color: #BAEFC0; }
span { border-color: rgb(186,239,192); }
td.TdClassName
{
border-color: #BAEFC0;
}
.TagClassName
{
border-color: #BAEFC0;
}
</style>