Shades of Spindle #BAC3D5
Tints of Spindle #BAC3D5
RGB
CMYK
RGB Variations
Color information
#BAC3D5 (or 0xBAC3D5) is known color: Spindle. HEX triplet: BA, C3 and D5. RGB value is (186,195,213). Sum of RGB (Red+Green+Blue) = 186+195+213=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAC3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3D5 is #453C2A. Grayscale: #C2C2C2. Windows color (decimal): -4537387 or 14009274. OLE color: 14009274.
HSL color Cylindrical-coordinate representation of color #BAC3D5: hue angle of 220º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC3D5 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 195 | 213 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.16 |
| HSL | 220º | 0.24% | 0.78% | - |
| HSV(B) | 220º | 0.13% | 0.84% | - |
| XYZ | 51.78 | 54.27 | 70.7 | - |
| YUV | 194.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 213 | 0.13 | 0.08 | 0 | 0.16 | 220 | 0.24 | 0.78 |
| Hex | BA | C3 | D5 | D | 8 | 0 | 10 | DC | 18 | 4E |
| Octal | 272 | 303 | 325 | 15 | 10 | 0 | 20 | 334 | 30 | 116 |
| Binary | 10111010 | 11000011 | 11010101 | 1101 | 1000 | 0 | 10000 | 11011100 | 11000 | 1001110 |
Color Harmonies of #BAC3D5
Complementary color
Monochromatic Colors of #BAC3D5
Black with #BAC3D5
Text Example
Text Example
White with #BAC3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3D5; }
p { color: rgb(186,195,213); }
H1.HeaderClassName
{
color: #BAC3D5;
}
.AnyTagClassName
{
color: #BAC3D5;
}
</style>
background-color css
<style>
a { background-color: #BAC3D5; }
a { background-color: rgb(186,195,213); }
div.DivClassName
{
background-color: #BAC3D5;
}
.BgClassName
{
background-color: #BAC3D5;
}
</style>
border-color css
<style>
span { border-color: #BAC3D5; }
span { border-color: rgb(186,195,213); }
td.TdClassName
{
border-color: #BAC3D5;
}
.TagClassName
{
border-color: #BAC3D5;
}
</style>