Shades of Spindle #BABDC5
Tints of Spindle #BABDC5
RGB
CMYK
RGB Variations
Color information
#BABDC5 (or 0xBABDC5) is known color: Spindle. HEX triplet: BA, BD and C5. RGB value is (186,189,197). Sum of RGB (Red+Green+Blue) = 186+189+197=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 197 - color contains mainly: blue. Hex color #BABDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDC5 is #45423A. Grayscale: #BCBCBC. Windows color (decimal): -4538939 or 12959162. OLE color: 12959162.
HSL color Cylindrical-coordinate representation of color #BABDC5: hue angle of 223.64º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BABDC5 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 189 | 197 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.23 |
| HSL | 223.64º | 0.09% | 0.75% | - |
| HSV(B) | 223.64º | 0.06% | 0.77% | - |
| XYZ | 48.53 | 50.87 | 60.08 | - |
| YUV | 189.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 189 | 197 | 0.06 | 0.04 | 0 | 0.23 | 223.64 | 0.09 | 0.75 |
| Hex | BA | BD | C5 | 6 | 4 | 0 | 17 | E0 | 9 | 4B |
| Octal | 272 | 275 | 305 | 6 | 4 | 0 | 27 | 340 | 11 | 113 |
| Binary | 10111010 | 10111101 | 11000101 | 110 | 100 | 0 | 10111 | 11100000 | 1001 | 1001011 |
Color Harmonies of #BABDC5
Complementary color
Monochromatic Colors of #BABDC5
Black with #BABDC5
Text Example
Text Example
White with #BABDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABDC5; }
p { color: rgb(186,189,197); }
H1.HeaderClassName
{
color: #BABDC5;
}
.AnyTagClassName
{
color: #BABDC5;
}
</style>
background-color css
<style>
a { background-color: #BABDC5; }
a { background-color: rgb(186,189,197); }
div.DivClassName
{
background-color: #BABDC5;
}
.BgClassName
{
background-color: #BABDC5;
}
</style>
border-color css
<style>
span { border-color: #BABDC5; }
span { border-color: rgb(186,189,197); }
td.TdClassName
{
border-color: #BABDC5;
}
.TagClassName
{
border-color: #BABDC5;
}
</style>