Shades of Spindle #BACAD1
Tints of Spindle #BACAD1
RGB
CMYK
RGB Variations
Color information
#BACAD1 (or 0xBACAD1) is known color: Spindle. HEX triplet: BA, CA and D1. RGB value is (186,202,209). Sum of RGB (Red+Green+Blue) = 186+202+209=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #BACAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAD1 is #45352E. Grayscale: #C5C5C5. Windows color (decimal): -4535599 or 13748922. OLE color: 13748922.
HSL color Cylindrical-coordinate representation of color #BACAD1: hue angle of 198.26º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BACAD1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 202 | 209 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.18 |
| HSL | 198.26º | 0.2% | 0.77% | - |
| HSV(B) | 198.26º | 0.11% | 0.82% | - |
| XYZ | 52.88 | 57.28 | 68.59 | - |
| YUV | 198.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 209 | 0.11 | 0.03 | 0 | 0.18 | 198.26 | 0.2 | 0.77 |
| Hex | BA | CA | D1 | B | 3 | 0 | 12 | C6 | 14 | 4D |
| Octal | 272 | 312 | 321 | 13 | 3 | 0 | 22 | 306 | 24 | 115 |
| Binary | 10111010 | 11001010 | 11010001 | 1011 | 11 | 0 | 10010 | 11000110 | 10100 | 1001101 |
Color Harmonies of #BACAD1
Complementary color
Monochromatic Colors of #BACAD1
Black with #BACAD1
Text Example
Text Example
White with #BACAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACAD1; }
p { color: rgb(186,202,209); }
H1.HeaderClassName
{
color: #BACAD1;
}
.AnyTagClassName
{
color: #BACAD1;
}
</style>
background-color css
<style>
a { background-color: #BACAD1; }
a { background-color: rgb(186,202,209); }
div.DivClassName
{
background-color: #BACAD1;
}
.BgClassName
{
background-color: #BACAD1;
}
</style>
border-color css
<style>
span { border-color: #BACAD1; }
span { border-color: rgb(186,202,209); }
td.TdClassName
{
border-color: #BACAD1;
}
.TagClassName
{
border-color: #BACAD1;
}
</style>