Shades of Fringy Flower #BAF0C1
Tints of Fringy Flower #BAF0C1
RGB
CMYK
RGB Variations
Color information
#BAF0C1 (or 0xBAF0C1) is known color: Fringy Flower. HEX triplet: BA, F0 and C1. RGB value is (186,240,193). Sum of RGB (Red+Green+Blue) = 186+240+193=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0C1 is #450F3E. Grayscale: #DADADA. Windows color (decimal): -4525887 or 12710074. OLE color: 12710074.
HSL color Cylindrical-coordinate representation of color #BAF0C1: hue angle of 127.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0C1 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 193 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.06 |
| HSL | 127.78º | 0.64% | 0.84% | - |
| HSV(B) | 127.78º | 0.23% | 0.94% | - |
| XYZ | 61.04 | 76.61 | 62.02 | - |
| YUV | 218.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 193 | 0.22 | 0 | 0.20 | 0.06 | 127.78 | 0.64 | 0.84 |
| Hex | BA | F0 | C1 | 16 | 0 | 14 | 6 | 80 | 40 | 54 |
| Octal | 272 | 360 | 301 | 26 | 0 | 24 | 6 | 200 | 100 | 124 |
| Binary | 10111010 | 11110000 | 11000001 | 10110 | 0 | 10100 | 110 | 10000000 | 1000000 | 1010100 |
Color Harmonies of #BAF0C1
Complementary color
Monochromatic Colors of #BAF0C1
Black with #BAF0C1
Text Example
Text Example
White with #BAF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0C1; }
p { color: rgb(186,240,193); }
H1.HeaderClassName
{
color: #BAF0C1;
}
.AnyTagClassName
{
color: #BAF0C1;
}
</style>
background-color css
<style>
a { background-color: #BAF0C1; }
a { background-color: rgb(186,240,193); }
div.DivClassName
{
background-color: #BAF0C1;
}
.BgClassName
{
background-color: #BAF0C1;
}
</style>
border-color css
<style>
span { border-color: #BAF0C1; }
span { border-color: rgb(186,240,193); }
td.TdClassName
{
border-color: #BAF0C1;
}
.TagClassName
{
border-color: #BAF0C1;
}
</style>