Shades of Spindle #BABDC2
Tints of Spindle #BABDC2
RGB
CMYK
RGB Variations
Color information
#BABDC2 (or 0xBABDC2) is known color: Spindle. HEX triplet: BA, BD and C2. RGB value is (186,189,194). Sum of RGB (Red+Green+Blue) = 186+189+194=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 194 - color contains mainly: blue. Hex color #BABDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDC2 is #45423D. Grayscale: #BCBCBC. Windows color (decimal): -4538942 or 12762554. OLE color: 12762554.
HSL color Cylindrical-coordinate representation of color #BABDC2: hue angle of 217.5º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BABDC2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 189 | 194 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.24 |
| HSL | 217.5º | 0.06% | 0.75% | - |
| HSV(B) | 217.5º | 0.04% | 0.76% | - |
| XYZ | 48.18 | 50.73 | 58.29 | - |
| YUV | 188.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 194 | 0.04 | 0.03 | 0 | 0.24 | 217.5 | 0.06 | 0.75 |
| Hex | BA | BD | C2 | 4 | 3 | 0 | 18 | DA | 6 | 4B |
| Octal | 272 | 275 | 302 | 4 | 3 | 0 | 30 | 332 | 6 | 113 |
| Binary | 10111010 | 10111101 | 11000010 | 100 | 11 | 0 | 11000 | 11011010 | 110 | 1001011 |
Color Harmonies of #BABDC2
Complementary color
Monochromatic Colors of #BABDC2
Black with #BABDC2
Text Example
Text Example
White with #BABDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDC2; }
p { color: rgb(186,189,194); }
H1.HeaderClassName
{
color: #BABDC2;
}
.AnyTagClassName
{
color: #BABDC2;
}
</style>
background-color css
<style>
a { background-color: #BABDC2; }
a { background-color: rgb(186,189,194); }
div.DivClassName
{
background-color: #BABDC2;
}
.BgClassName
{
background-color: #BABDC2;
}
</style>
border-color css
<style>
span { border-color: #BABDC2; }
span { border-color: rgb(186,189,194); }
td.TdClassName
{
border-color: #BABDC2;
}
.TagClassName
{
border-color: #BABDC2;
}
</style>