Shades of Fringy Flower #BAF0C2
Tints of Fringy Flower #BAF0C2
RGB
CMYK
RGB Variations
Color information
#BAF0C2 (or 0xBAF0C2) is known color: Fringy Flower. HEX triplet: BA, F0 and C2. RGB value is (186,240,194). Sum of RGB (Red+Green+Blue) = 186+240+194=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0C2 is #450F3D. Grayscale: #DADADA. Windows color (decimal): -4525886 or 12775610. OLE color: 12775610.
HSL color Cylindrical-coordinate representation of color #BAF0C2: hue angle of 128.89º 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 #BAF0C2 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 194 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.06 |
| HSL | 128.89º | 0.64% | 0.84% | - |
| HSV(B) | 128.89º | 0.23% | 0.94% | - |
| XYZ | 61.15 | 76.65 | 62.61 | - |
| YUV | 218.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 194 | 0.22 | 0 | 0.19 | 0.06 | 128.89 | 0.64 | 0.84 |
| Hex | BA | F0 | C2 | 16 | 0 | 13 | 6 | 81 | 40 | 54 |
| Octal | 272 | 360 | 302 | 26 | 0 | 23 | 6 | 201 | 100 | 124 |
| Binary | 10111010 | 11110000 | 11000010 | 10110 | 0 | 10011 | 110 | 10000001 | 1000000 | 1010100 |
Color Harmonies of #BAF0C2
Complementary color
Monochromatic Colors of #BAF0C2
Black with #BAF0C2
Text Example
Text Example
White with #BAF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0C2; }
p { color: rgb(186,240,194); }
H1.HeaderClassName
{
color: #BAF0C2;
}
.AnyTagClassName
{
color: #BAF0C2;
}
</style>
background-color css
<style>
a { background-color: #BAF0C2; }
a { background-color: rgb(186,240,194); }
div.DivClassName
{
background-color: #BAF0C2;
}
.BgClassName
{
background-color: #BAF0C2;
}
</style>
border-color css
<style>
span { border-color: #BAF0C2; }
span { border-color: rgb(186,240,194); }
td.TdClassName
{
border-color: #BAF0C2;
}
.TagClassName
{
border-color: #BAF0C2;
}
</style>