Shades of Fringy Flower #BAFAC0
Tints of Fringy Flower #BAFAC0
RGB
CMYK
RGB Variations
Color information
#BAFAC0 (or 0xBAFAC0) is known color: Fringy Flower. HEX triplet: BA, FA and C0. RGB value is (186,250,192). Sum of RGB (Red+Green+Blue) = 186+250+192=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAC0 is #45053F. Grayscale: #E0E0E0. Windows color (decimal): -4523328 or 12647098. OLE color: 12647098.
HSL color Cylindrical-coordinate representation of color #BAFAC0: hue angle of 125.62º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFAC0 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 192 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.02 |
| HSL | 125.63º | 0.86% | 0.85% | - |
| HSV(B) | 125.63º | 0.26% | 0.98% | - |
| XYZ | 63.95 | 82.62 | 62.45 | - |
| YUV | 224.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 192 | 0.26 | 0 | 0.23 | 0.02 | 125.63 | 0.86 | 0.85 |
| Hex | BA | FA | C0 | 1A | 0 | 17 | 2 | 7E | 56 | 55 |
| Octal | 272 | 372 | 300 | 32 | 0 | 27 | 2 | 176 | 126 | 125 |
| Binary | 10111010 | 11111010 | 11000000 | 11010 | 0 | 10111 | 10 | 1111110 | 1010110 | 1010101 |
Color Harmonies of #BAFAC0
Complementary color
Monochromatic Colors of #BAFAC0
Black with #BAFAC0
Text Example
Text Example
White with #BAFAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAC0; }
p { color: rgb(186,250,192); }
H1.HeaderClassName
{
color: #BAFAC0;
}
.AnyTagClassName
{
color: #BAFAC0;
}
</style>
background-color css
<style>
a { background-color: #BAFAC0; }
a { background-color: rgb(186,250,192); }
div.DivClassName
{
background-color: #BAFAC0;
}
.BgClassName
{
background-color: #BAFAC0;
}
</style>
border-color css
<style>
span { border-color: #BAFAC0; }
span { border-color: rgb(186,250,192); }
td.TdClassName
{
border-color: #BAFAC0;
}
.TagClassName
{
border-color: #BAFAC0;
}
</style>