Shades of Spindle #BACCDD
Tints of Spindle #BACCDD
RGB
CMYK
RGB Variations
Color information
#BACCDD (or 0xBACCDD) is known color: Spindle. HEX triplet: BA, CC and DD. RGB value is (186,204,221). Sum of RGB (Red+Green+Blue) = 186+204+221=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #BACCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCDD is #453322. Grayscale: #C8C8C8. Windows color (decimal): -4535075 or 14535866. OLE color: 14535866.
HSL color Cylindrical-coordinate representation of color #BACCDD: hue angle of 209.14º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BACCDD is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 204 | 221 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.13 |
| HSL | 209.14º | 0.34% | 0.8% | - |
| HSV(B) | 209.14º | 0.16% | 0.87% | - |
| XYZ | 54.89 | 58.85 | 76.87 | - |
| YUV | 200.56 | 139.54 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 221 | 0.16 | 0.08 | 0 | 0.13 | 209.14 | 0.34 | 0.8 |
| Hex | BA | CC | DD | 10 | 8 | 0 | D | D1 | 22 | 50 |
| Octal | 272 | 314 | 335 | 20 | 10 | 0 | 15 | 321 | 42 | 120 |
| Binary | 10111010 | 11001100 | 11011101 | 10000 | 1000 | 0 | 1101 | 11010001 | 100010 | 1010000 |
Color Harmonies of #BACCDD
Complementary color
Monochromatic Colors of #BACCDD
Black with #BACCDD
Text Example
Text Example
White with #BACCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCDD; }
p { color: rgb(186,204,221); }
H1.HeaderClassName
{
color: #BACCDD;
}
.AnyTagClassName
{
color: #BACCDD;
}
</style>
background-color css
<style>
a { background-color: #BACCDD; }
a { background-color: rgb(186,204,221); }
div.DivClassName
{
background-color: #BACCDD;
}
.BgClassName
{
background-color: #BACCDD;
}
</style>
border-color css
<style>
span { border-color: #BACCDD; }
span { border-color: rgb(186,204,221); }
td.TdClassName
{
border-color: #BACCDD;
}
.TagClassName
{
border-color: #BACCDD;
}
</style>