Shades of Spindle #BABFC6
Tints of Spindle #BABFC6
RGB
CMYK
RGB Variations
Color information
#BABFC6 (or 0xBABFC6) is known color: Spindle. HEX triplet: BA, BF and C6. RGB value is (186,191,198). Sum of RGB (Red+Green+Blue) = 186+191+198=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 198 - color contains mainly: blue. Hex color #BABFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFC6 is #454039. Grayscale: #BEBEBE. Windows color (decimal): -4538426 or 13025210. OLE color: 13025210.
HSL color Cylindrical-coordinate representation of color #BABFC6: hue angle of 215º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BABFC6 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 191 | 198 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.22 |
| HSL | 215º | 0.1% | 0.75% | - |
| HSV(B) | 215º | 0.06% | 0.78% | - |
| XYZ | 49.07 | 51.78 | 60.83 | - |
| YUV | 190.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 198 | 0.06 | 0.04 | 0 | 0.22 | 215 | 0.1 | 0.75 |
| Hex | BA | BF | C6 | 6 | 4 | 0 | 16 | D7 | A | 4B |
| Octal | 272 | 277 | 306 | 6 | 4 | 0 | 26 | 327 | 12 | 113 |
| Binary | 10111010 | 10111111 | 11000110 | 110 | 100 | 0 | 10110 | 11010111 | 1010 | 1001011 |
Color Harmonies of #BABFC6
Complementary color
Monochromatic Colors of #BABFC6
Black with #BABFC6
Text Example
Text Example
White with #BABFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFC6; }
p { color: rgb(186,191,198); }
H1.HeaderClassName
{
color: #BABFC6;
}
.AnyTagClassName
{
color: #BABFC6;
}
</style>
background-color css
<style>
a { background-color: #BABFC6; }
a { background-color: rgb(186,191,198); }
div.DivClassName
{
background-color: #BABFC6;
}
.BgClassName
{
background-color: #BABFC6;
}
</style>
border-color css
<style>
span { border-color: #BABFC6; }
span { border-color: rgb(186,191,198); }
td.TdClassName
{
border-color: #BABFC6;
}
.TagClassName
{
border-color: #BABFC6;
}
</style>