Shades of Spindle #BACDDC
Tints of Spindle #BACDDC
RGB
CMYK
RGB Variations
Color information
#BACDDC (or 0xBACDDC) is known color: Spindle. HEX triplet: BA, CD and DC. RGB value is (186,205,220). Sum of RGB (Red+Green+Blue) = 186+205+220=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #BACDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDDC is #453223. Grayscale: #C8C8C8. Windows color (decimal): -4534820 or 14470586. OLE color: 14470586.
HSL color Cylindrical-coordinate representation of color #BACDDC: hue angle of 206.47º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACDDC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 205 | 220 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.14 |
| HSL | 206.47º | 0.33% | 0.8% | - |
| HSV(B) | 206.47º | 0.15% | 0.86% | - |
| XYZ | 55 | 59.27 | 76.25 | - |
| YUV | 201.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 220 | 0.15 | 0.07 | 0 | 0.14 | 206.47 | 0.33 | 0.8 |
| Hex | BA | CD | DC | F | 7 | 0 | E | CE | 21 | 50 |
| Octal | 272 | 315 | 334 | 17 | 7 | 0 | 16 | 316 | 41 | 120 |
| Binary | 10111010 | 11001101 | 11011100 | 1111 | 111 | 0 | 1110 | 11001110 | 100001 | 1010000 |
Color Harmonies of #BACDDC
Complementary color
Monochromatic Colors of #BACDDC
Black with #BACDDC
Text Example
Text Example
White with #BACDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDDC; }
p { color: rgb(186,205,220); }
H1.HeaderClassName
{
color: #BACDDC;
}
.AnyTagClassName
{
color: #BACDDC;
}
</style>
background-color css
<style>
a { background-color: #BACDDC; }
a { background-color: rgb(186,205,220); }
div.DivClassName
{
background-color: #BACDDC;
}
.BgClassName
{
background-color: #BACDDC;
}
</style>
border-color css
<style>
span { border-color: #BACDDC; }
span { border-color: rgb(186,205,220); }
td.TdClassName
{
border-color: #BACDDC;
}
.TagClassName
{
border-color: #BACDDC;
}
</style>