Shades of Spindle #BAC5DB
Tints of Spindle #BAC5DB
RGB
CMYK
RGB Variations
Color information
#BAC5DB (or 0xBAC5DB) is known color: Spindle. HEX triplet: BA, C5 and DB. RGB value is (186,197,219). Sum of RGB (Red+Green+Blue) = 186+197+219=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5DB is #453A24. Grayscale: #C4C4C4. Windows color (decimal): -4536869 or 14403002. OLE color: 14403002.
HSL color Cylindrical-coordinate representation of color #BAC5DB: hue angle of 220º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC5DB is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 186 | 197 | 219 | - |
CMYK | 0.15 | 0.10 | 0 | 0.14 |
HSL | 220º | 0.31% | 0.79% | - |
HSV(B) | 220º | 0.15% | 0.86% | - |
XYZ | 53 | 55.49 | 74.93 | - |
YUV | 196.22 | 140.86 | 120.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 197 | 219 | 0.15 | 0.10 | 0 | 0.14 | 220 | 0.31 | 0.79 |
Hex | BA | C5 | DB | F | A | 0 | E | DC | 1F | 4F |
Octal | 272 | 305 | 333 | 17 | 12 | 0 | 16 | 334 | 37 | 117 |
Binary | 10111010 | 11000101 | 11011011 | 1111 | 1010 | 0 | 1110 | 11011100 | 11111 | 1001111 |
Color Harmonies of #BAC5DB
Complementary color
Monochromatic Colors of #BAC5DB
Black with #BAC5DB
Text Example
Text Example
White with #BAC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC5DB; }
p { color: rgb(186,197,219); }
H1.HeaderClassName
{
color: #BAC5DB;
}
.AnyTagClassName
{
color: #BAC5DB;
}
</style>
background-color css
<style>
a { background-color: #BAC5DB; }
a { background-color: rgb(186,197,219); }
div.DivClassName
{
background-color: #BAC5DB;
}
.BgClassName
{
background-color: #BAC5DB;
}
</style>
border-color css
<style>
span { border-color: #BAC5DB; }
span { border-color: rgb(186,197,219); }
td.TdClassName
{
border-color: #BAC5DB;
}
.TagClassName
{
border-color: #BAC5DB;
}
</style>