Shades of Fringy Flower #BAF3C0
Tints of Fringy Flower #BAF3C0
RGB
CMYK
RGB Variations
Color information
#BAF3C0 (or 0xBAF3C0) is known color: Fringy Flower. HEX triplet: BA, F3 and C0. RGB value is (186,243,192). Sum of RGB (Red+Green+Blue) = 186+243+192=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3C0 is #450C3F. Grayscale: #DCDCDC. Windows color (decimal): -4525120 or 12645306. OLE color: 12645306.
HSL color Cylindrical-coordinate representation of color #BAF3C0: hue angle of 126.32º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF3C0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 192 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.05 |
| HSL | 126.32º | 0.7% | 0.84% | - |
| HSV(B) | 126.32º | 0.23% | 0.95% | - |
| XYZ | 61.81 | 78.35 | 61.73 | - |
| YUV | 220.14 | 112.12 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 192 | 0.23 | 0 | 0.21 | 0.05 | 126.32 | 0.7 | 0.84 |
| Hex | BA | F3 | C0 | 17 | 0 | 15 | 5 | 7E | 46 | 54 |
| Octal | 272 | 363 | 300 | 27 | 0 | 25 | 5 | 176 | 106 | 124 |
| Binary | 10111010 | 11110011 | 11000000 | 10111 | 0 | 10101 | 101 | 1111110 | 1000110 | 1010100 |
Color Harmonies of #BAF3C0
Complementary color
Monochromatic Colors of #BAF3C0
Black with #BAF3C0
Text Example
Text Example
White with #BAF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF3C0; }
p { color: rgb(186,243,192); }
H1.HeaderClassName
{
color: #BAF3C0;
}
.AnyTagClassName
{
color: #BAF3C0;
}
</style>
background-color css
<style>
a { background-color: #BAF3C0; }
a { background-color: rgb(186,243,192); }
div.DivClassName
{
background-color: #BAF3C0;
}
.BgClassName
{
background-color: #BAF3C0;
}
</style>
border-color css
<style>
span { border-color: #BAF3C0; }
span { border-color: rgb(186,243,192); }
td.TdClassName
{
border-color: #BAF3C0;
}
.TagClassName
{
border-color: #BAF3C0;
}
</style>