Shades of Spindle #BAC3D6
Tints of Spindle #BAC3D6
RGB
CMYK
RGB Variations
Color information
#BAC3D6 (or 0xBAC3D6) is known color: Spindle. HEX triplet: BA, C3 and D6. RGB value is (186,195,214). Sum of RGB (Red+Green+Blue) = 186+195+214=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAC3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC3D6 is #453C29. Grayscale: #C2C2C2. Windows color (decimal): -4537386 or 14074810. OLE color: 14074810.
HSL color Cylindrical-coordinate representation of color #BAC3D6: hue angle of 220.71º degrees, saturation: 0.25, 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 #BAC3D6 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 195 | 214 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.16 |
| HSL | 220.71º | 0.25% | 0.78% | - |
| HSV(B) | 220.71º | 0.13% | 0.84% | - |
| XYZ | 51.9 | 54.32 | 71.37 | - |
| YUV | 194.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 195 | 214 | 0.13 | 0.09 | 0 | 0.16 | 220.71 | 0.25 | 0.78 |
| Hex | BA | C3 | D6 | D | 9 | 0 | 10 | DD | 19 | 4E |
| Octal | 272 | 303 | 326 | 15 | 11 | 0 | 20 | 335 | 31 | 116 |
| Binary | 10111010 | 11000011 | 11010110 | 1101 | 1001 | 0 | 10000 | 11011101 | 11001 | 1001110 |
Color Harmonies of #BAC3D6
Complementary color
Monochromatic Colors of #BAC3D6
Black with #BAC3D6
Text Example
Text Example
White with #BAC3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC3D6; }
p { color: rgb(186,195,214); }
H1.HeaderClassName
{
color: #BAC3D6;
}
.AnyTagClassName
{
color: #BAC3D6;
}
</style>
background-color css
<style>
a { background-color: #BAC3D6; }
a { background-color: rgb(186,195,214); }
div.DivClassName
{
background-color: #BAC3D6;
}
.BgClassName
{
background-color: #BAC3D6;
}
</style>
border-color css
<style>
span { border-color: #BAC3D6; }
span { border-color: rgb(186,195,214); }
td.TdClassName
{
border-color: #BAC3D6;
}
.TagClassName
{
border-color: #BAC3D6;
}
</style>