Shades of Spindle #BACAD3
Tints of Spindle #BACAD3
RGB
CMYK
RGB Variations
Color information
#BACAD3 (or 0xBACAD3) is known color: Spindle. HEX triplet: BA, CA and D3. RGB value is (186,202,211). Sum of RGB (Red+Green+Blue) = 186+202+211=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #BACAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAD3 is #45352C. Grayscale: #C6C6C6. Windows color (decimal): -4535597 or 13879994. OLE color: 13879994.
HSL color Cylindrical-coordinate representation of color #BACAD3: hue angle of 201.6º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACAD3 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 202 | 211 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.17 |
| HSL | 201.6º | 0.22% | 0.78% | - |
| HSV(B) | 201.6º | 0.12% | 0.83% | - |
| XYZ | 53.13 | 57.38 | 69.9 | - |
| YUV | 198.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 211 | 0.12 | 0.04 | 0 | 0.17 | 201.6 | 0.22 | 0.78 |
| Hex | BA | CA | D3 | C | 4 | 0 | 11 | CA | 16 | 4E |
| Octal | 272 | 312 | 323 | 14 | 4 | 0 | 21 | 312 | 26 | 116 |
| Binary | 10111010 | 11001010 | 11010011 | 1100 | 100 | 0 | 10001 | 11001010 | 10110 | 1001110 |
Color Harmonies of #BACAD3
Complementary color
Monochromatic Colors of #BACAD3
Black with #BACAD3
Text Example
Text Example
White with #BACAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAD3; }
p { color: rgb(186,202,211); }
H1.HeaderClassName
{
color: #BACAD3;
}
.AnyTagClassName
{
color: #BACAD3;
}
</style>
background-color css
<style>
a { background-color: #BACAD3; }
a { background-color: rgb(186,202,211); }
div.DivClassName
{
background-color: #BACAD3;
}
.BgClassName
{
background-color: #BACAD3;
}
</style>
border-color css
<style>
span { border-color: #BACAD3; }
span { border-color: rgb(186,202,211); }
td.TdClassName
{
border-color: #BACAD3;
}
.TagClassName
{
border-color: #BACAD3;
}
</style>