Shades of Spindle #BABFD1
Tints of Spindle #BABFD1
RGB
CMYK
RGB Variations
Color information
#BABFD1 (or 0xBABFD1) is known color: Spindle. HEX triplet: BA, BF and D1. RGB value is (186,191,209). Sum of RGB (Red+Green+Blue) = 186+191+209=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #BABFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFD1 is #45402E. Grayscale: #BFBFBF. Windows color (decimal): -4538415 or 13746106. OLE color: 13746106.
HSL color Cylindrical-coordinate representation of color #BABFD1: hue angle of 226.96º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BABFD1 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 191 | 209 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.18 |
| HSL | 226.96º | 0.2% | 0.77% | - |
| HSV(B) | 226.96º | 0.11% | 0.82% | - |
| XYZ | 50.39 | 52.3 | 67.76 | - |
| YUV | 191.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 191 | 209 | 0.11 | 0.09 | 0 | 0.18 | 226.96 | 0.2 | 0.77 |
| Hex | BA | BF | D1 | B | 9 | 0 | 12 | E3 | 14 | 4D |
| Octal | 272 | 277 | 321 | 13 | 11 | 0 | 22 | 343 | 24 | 115 |
| Binary | 10111010 | 10111111 | 11010001 | 1011 | 1001 | 0 | 10010 | 11100011 | 10100 | 1001101 |
Color Harmonies of #BABFD1
Complementary color
Monochromatic Colors of #BABFD1
Black with #BABFD1
Text Example
Text Example
White with #BABFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABFD1; }
p { color: rgb(186,191,209); }
H1.HeaderClassName
{
color: #BABFD1;
}
.AnyTagClassName
{
color: #BABFD1;
}
</style>
background-color css
<style>
a { background-color: #BABFD1; }
a { background-color: rgb(186,191,209); }
div.DivClassName
{
background-color: #BABFD1;
}
.BgClassName
{
background-color: #BABFD1;
}
</style>
border-color css
<style>
span { border-color: #BABFD1; }
span { border-color: rgb(186,191,209); }
td.TdClassName
{
border-color: #BABFD1;
}
.TagClassName
{
border-color: #BABFD1;
}
</style>