Shades of Fringy Flower #BAF5C0
Tints of Fringy Flower #BAF5C0
RGB
CMYK
RGB Variations
Color information
#BAF5C0 (or 0xBAF5C0) is known color: Fringy Flower. HEX triplet: BA, F5 and C0. RGB value is (186,245,192). Sum of RGB (Red+Green+Blue) = 186+245+192=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 245 (96.09% from 255 or 39.33% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5C0 is #450A3F. Grayscale: #DDDDDD. Windows color (decimal): -4524608 or 12645818. OLE color: 12645818.
HSL color Cylindrical-coordinate representation of color #BAF5C0: hue angle of 126.1º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF5C0 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 192 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.04 |
| HSL | 126.1º | 0.75% | 0.85% | - |
| HSV(B) | 126.1º | 0.24% | 0.96% | - |
| XYZ | 62.42 | 79.55 | 61.93 | - |
| YUV | 221.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 192 | 0.24 | 0 | 0.22 | 0.04 | 126.1 | 0.75 | 0.85 |
| Hex | BA | F5 | C0 | 18 | 0 | 16 | 4 | 7E | 4B | 55 |
| Octal | 272 | 365 | 300 | 30 | 0 | 26 | 4 | 176 | 113 | 125 |
| Binary | 10111010 | 11110101 | 11000000 | 11000 | 0 | 10110 | 100 | 1111110 | 1001011 | 1010101 |
Color Harmonies of #BAF5C0
Complementary color
Monochromatic Colors of #BAF5C0
Black with #BAF5C0
Text Example
Text Example
White with #BAF5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF5C0; }
p { color: rgb(186,245,192); }
H1.HeaderClassName
{
color: #BAF5C0;
}
.AnyTagClassName
{
color: #BAF5C0;
}
</style>
background-color css
<style>
a { background-color: #BAF5C0; }
a { background-color: rgb(186,245,192); }
div.DivClassName
{
background-color: #BAF5C0;
}
.BgClassName
{
background-color: #BAF5C0;
}
</style>
border-color css
<style>
span { border-color: #BAF5C0; }
span { border-color: rgb(186,245,192); }
td.TdClassName
{
border-color: #BAF5C0;
}
.TagClassName
{
border-color: #BAF5C0;
}
</style>