Shades of Fringy Flower #BAF3C1
Tints of Fringy Flower #BAF3C1
RGB
CMYK
RGB Variations
Color information
#BAF3C1 (or 0xBAF3C1) is known color: Fringy Flower. HEX triplet: BA, F3 and C1. RGB value is (186,243,193). Sum of RGB (Red+Green+Blue) = 186+243+193=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3C1 is #450C3E. Grayscale: #DCDCDC. Windows color (decimal): -4525119 or 12710842. OLE color: 12710842.
HSL color Cylindrical-coordinate representation of color #BAF3C1: hue angle of 127.37º 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 #BAF3C1 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 193 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.05 |
| HSL | 127.37º | 0.7% | 0.84% | - |
| HSV(B) | 127.37º | 0.23% | 0.95% | - |
| XYZ | 61.93 | 78.39 | 62.32 | - |
| YUV | 220.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 193 | 0.23 | 0 | 0.21 | 0.05 | 127.37 | 0.7 | 0.84 |
| Hex | BA | F3 | C1 | 17 | 0 | 15 | 5 | 7F | 46 | 54 |
| Octal | 272 | 363 | 301 | 27 | 0 | 25 | 5 | 177 | 106 | 124 |
| Binary | 10111010 | 11110011 | 11000001 | 10111 | 0 | 10101 | 101 | 1111111 | 1000110 | 1010100 |
Color Harmonies of #BAF3C1
Complementary color
Monochromatic Colors of #BAF3C1
Black with #BAF3C1
Text Example
Text Example
White with #BAF3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF3C1; }
p { color: rgb(186,243,193); }
H1.HeaderClassName
{
color: #BAF3C1;
}
.AnyTagClassName
{
color: #BAF3C1;
}
</style>
background-color css
<style>
a { background-color: #BAF3C1; }
a { background-color: rgb(186,243,193); }
div.DivClassName
{
background-color: #BAF3C1;
}
.BgClassName
{
background-color: #BAF3C1;
}
</style>
border-color css
<style>
span { border-color: #BAF3C1; }
span { border-color: rgb(186,243,193); }
td.TdClassName
{
border-color: #BAF3C1;
}
.TagClassName
{
border-color: #BAF3C1;
}
</style>