Shades of Spindle #BABEC5
Tints of Spindle #BABEC5
RGB
CMYK
RGB Variations
Color information
#BABEC5 (or 0xBABEC5) is known color: Spindle. HEX triplet: BA, BE and C5. RGB value is (186,190,197). Sum of RGB (Red+Green+Blue) = 186+190+197=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 197 - color contains mainly: blue. Hex color #BABEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABEC5 is #45413A. Grayscale: #BDBDBD. Windows color (decimal): -4538683 or 12959418. OLE color: 12959418.
HSL color Cylindrical-coordinate representation of color #BABEC5: hue angle of 218.18º 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 #BABEC5 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 190 | 197 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.23 |
| HSL | 218.18º | 0.09% | 0.75% | - |
| HSV(B) | 218.18º | 0.06% | 0.77% | - |
| XYZ | 48.74 | 51.3 | 60.16 | - |
| YUV | 189.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 190 | 197 | 0.06 | 0.04 | 0 | 0.23 | 218.18 | 0.09 | 0.75 |
| Hex | BA | BE | C5 | 6 | 4 | 0 | 17 | DA | 9 | 4B |
| Octal | 272 | 276 | 305 | 6 | 4 | 0 | 27 | 332 | 11 | 113 |
| Binary | 10111010 | 10111110 | 11000101 | 110 | 100 | 0 | 10111 | 11011010 | 1001 | 1001011 |
Color Harmonies of #BABEC5
Complementary color
Monochromatic Colors of #BABEC5
Black with #BABEC5
Text Example
Text Example
White with #BABEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABEC5; }
p { color: rgb(186,190,197); }
H1.HeaderClassName
{
color: #BABEC5;
}
.AnyTagClassName
{
color: #BABEC5;
}
</style>
background-color css
<style>
a { background-color: #BABEC5; }
a { background-color: rgb(186,190,197); }
div.DivClassName
{
background-color: #BABEC5;
}
.BgClassName
{
background-color: #BABEC5;
}
</style>
border-color css
<style>
span { border-color: #BABEC5; }
span { border-color: rgb(186,190,197); }
td.TdClassName
{
border-color: #BABEC5;
}
.TagClassName
{
border-color: #BABEC5;
}
</style>