Shades of Spindle #BACCD9
Tints of Spindle #BACCD9
RGB
CMYK
RGB Variations
Color information
#BACCD9 (or 0xBACCD9) is known color: Spindle. HEX triplet: BA, CC and D9. RGB value is (186,204,217). Sum of RGB (Red+Green+Blue) = 186+204+217=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #BACCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD9 is #453326. Grayscale: #C8C8C8. Windows color (decimal): -4535079 or 14273722. OLE color: 14273722.
HSL color Cylindrical-coordinate representation of color #BACCD9: hue angle of 205.16º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BACCD9 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 204 | 217 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.15 |
| HSL | 205.16º | 0.29% | 0.79% | - |
| HSV(B) | 205.16º | 0.14% | 0.85% | - |
| XYZ | 54.37 | 58.63 | 74.1 | - |
| YUV | 200.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 217 | 0.14 | 0.06 | 0 | 0.15 | 205.16 | 0.29 | 0.79 |
| Hex | BA | CC | D9 | E | 6 | 0 | F | CD | 1D | 4F |
| Octal | 272 | 314 | 331 | 16 | 6 | 0 | 17 | 315 | 35 | 117 |
| Binary | 10111010 | 11001100 | 11011001 | 1110 | 110 | 0 | 1111 | 11001101 | 11101 | 1001111 |
Color Harmonies of #BACCD9
Complementary color
Monochromatic Colors of #BACCD9
Black with #BACCD9
Text Example
Text Example
White with #BACCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCD9; }
p { color: rgb(186,204,217); }
H1.HeaderClassName
{
color: #BACCD9;
}
.AnyTagClassName
{
color: #BACCD9;
}
</style>
background-color css
<style>
a { background-color: #BACCD9; }
a { background-color: rgb(186,204,217); }
div.DivClassName
{
background-color: #BACCD9;
}
.BgClassName
{
background-color: #BACCD9;
}
</style>
border-color css
<style>
span { border-color: #BACCD9; }
span { border-color: rgb(186,204,217); }
td.TdClassName
{
border-color: #BACCD9;
}
.TagClassName
{
border-color: #BACCD9;
}
</style>